#cfeb8c

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

Shades of Sulu #CFEB8C

Tints of Sulu #CFEB8C

Color information

#CFEB8C (or 0xCFEB8C) is unknown color: approx Sulu. HEX triplet: CF, EB and 8C. RGB value is (207,235,140). Sum of RGB (Red+Green+Blue) = 207+235+140=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 235 (92.19% from 255 or 40.38% from 582); Blue value is 140 (55.08% from 255 or 24.05% from 582); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEB8C is #301473. Grayscale: #D8D8D8. Windows color (decimal): -3150964 or 9235407. OLE color: 9235407.

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

Color convert

RGB207235140-
CMYK0.1200.400.08
HSL77.68º70.37%73.53%-
HSV(B)77.68º40.43%92.16%-
XYZ60.1774.5836.03-
YUV215.885.22121.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.57%
GREEN value IS 235 (92.19% from 255) = 40.38%
BLUE value IS 140 (55.08% from 255) = 24.05%
R=35.57%
G=40.38%
B=24.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072351400.1200.400.0877.6870.3773.53
HexCFEB8CC02884e464a
Octal3173532141405010116106112
Binary110011111110101110001100110001010001000100111010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfeb8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfeb8c; }

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

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

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

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

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

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

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

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