#CFE58A

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

Shades of Sulu #CFE58A

Tints of Sulu #CFE58A

Color information

#CFE58A (or 0xCFE58A) is unknown color: approx Sulu. HEX triplet: CF, E5 and 8A. RGB value is (207,229,138). Sum of RGB (Red+Green+Blue) = 207+229+138=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 229 (89.84% from 255 or 39.90% from 574); Blue value is 138 (54.30% from 255 or 24.04% from 574); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE58A is #301A75. Grayscale: #D4D4D4. Windows color (decimal): -3152502 or 9102799. OLE color: 9102799.

HSL color Cylindrical-coordinate representation of color #CFE58A: hue angle of 74.51º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFE58A is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB207229138-
CMYK0.1000.400.10
HSL74.51º63.64%71.96%-
HSV(B)74.51º39.74%89.8%-
XYZ58.3471.1434.7-
YUV212.0586.21124.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.06%
GREEN value IS 229 (89.84% from 255) = 39.90%
BLUE value IS 138 (54.30% from 255) = 24.04%
R=36.06%
G=39.90%
B=24.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072291380.1000.400.1074.5163.6471.96
HexCFE58AA028A4b4048
Octal3173452121205012113100110
Binary110011111110010110001010101001010001010100101110000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE58A; }

 p { color: rgb(207,229,138); }

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

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

 a { background-color: rgb(207,229,138); }

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

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

 span { border-color: rgb(207,229,138); }

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