#CFE48D

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

Shades of Sulu #CFE48D

Tints of Sulu #CFE48D

Color information

#CFE48D (or 0xCFE48D) is unknown color: approx Sulu. HEX triplet: CF, E4 and 8D. RGB value is (207,228,141). Sum of RGB (Red+Green+Blue) = 207+228+141=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 228 (89.45% from 255 or 39.58% from 576); Blue value is 141 (55.47% from 255 or 24.48% from 576); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE48D is #301B72. Grayscale: #D4D4D4. Windows color (decimal): -3152755 or 9299151. OLE color: 9299151.

HSL color Cylindrical-coordinate representation of color #CFE48D: hue angle of 74.48º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFE48D is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB207228141-
CMYK0.0900.380.11
HSL74.48º61.7%72.35%-
HSV(B)74.48º38.16%89.41%-
XYZ58.2870.6835.77-
YUV211.888.04124.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.94%
GREEN value IS 228 (89.45% from 255) = 39.58%
BLUE value IS 141 (55.47% from 255) = 24.48%
R=35.94%
G=39.58%
B=24.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072281410.0900.380.1174.4861.772.35
HexCFE48D9026B4a3e48
Octal317344215110461311276110
Binary11001111111001001000110110010100110101110010101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE48D; }

 p { color: rgb(207,228,141); }

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

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

 a { background-color: rgb(207,228,141); }

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

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

 span { border-color: rgb(207,228,141); }

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