#CFEB83

Color #CFEB83 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #CFEB83

Tints of Sulu #CFEB83

Color information

#CFEB83 (or 0xCFEB83) is unknown color: approx Sulu. HEX triplet: CF, EB and 83. RGB value is (207,235,131). Sum of RGB (Red+Green+Blue) = 207+235+131=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 235 (92.19% from 255 or 41.01% from 573); Blue value is 131 (51.56% from 255 or 22.86% from 573); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEB83 is #30147C. Grayscale: #D7D7D7. Windows color (decimal): -3150973 or 8645583. OLE color: 8645583.

HSL color Cylindrical-coordinate representation of color #CFEB83: hue angle of 76.15º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFEB83 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB207235131-
CMYK0.1200.440.08
HSL76.15º72.22%71.76%-
HSV(B)76.15º44.26%92.16%-
XYZ59.5474.3232.68-
YUV214.7780.72122.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 36.13%
GREEN value IS 235 (92.19% from 255) = 41.01%
BLUE value IS 131 (51.56% from 255) = 22.86%
R=36.13%
G=41.01%
B=22.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072351310.1200.440.0876.1572.2271.76
HexCFEB83C02C84c4848
Octal3173532031405410114110110
Binary110011111110101110000011110001011001000100110010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEB83; }

 p { color: rgb(207,235,131); }

 H1.HeaderClassName
 {
   color: #CFEB83;
 }
 .AnyTagClassName
 {
   color: #CFEB83;
 }
</style>
background-color css

<style>
 a { background-color: #CFEB83; }

 a { background-color: rgb(207,235,131); }

 div.DivClassName
 {
   background-color: #CFEB83;
 }
 .BgClassName
 {
   background-color: #CFEB83;
 }
</style>
border-color css

<style>
 span { border-color: #CFEB83; }

 span { border-color: rgb(207,235,131); }

 td.TdClassName
 {
   border-color: #CFEB83;
 }
 .TagClassName
 {
   border-color: #CFEB83;
 }
</style>