#CFE07F

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

Shades of Sulu #CFE07F

Tints of Sulu #CFE07F

Color information

#CFE07F (or 0xCFE07F) is unknown color: approx Sulu. HEX triplet: CF, E0 and 7F. RGB value is (207,224,127). Sum of RGB (Red+Green+Blue) = 207+224+127=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 224 (87.89% from 255 or 40.14% from 558); Blue value is 127 (50% from 255 or 22.76% from 558); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE07F is #301F80. Grayscale: #D0D0D0. Windows color (decimal): -3153793 or 8380623. OLE color: 8380623.

HSL color Cylindrical-coordinate representation of color #CFE07F: hue angle of 70.52º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFE07F is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB207224127-
CMYK0.0800.430.12
HSL70.52º61.01%68.82%-
HSV(B)70.52º43.3%87.84%-
XYZ56.2268.1130.26-
YUV207.8682.37127.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.10%
GREEN value IS 224 (87.89% from 255) = 40.14%
BLUE value IS 127 (50% from 255) = 22.76%
R=37.10%
G=40.14%
B=22.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072241270.0800.430.1270.5261.0168.82
HexCFE07F802BC473d45
Octal317340177100531410775105
Binary1100111111100000111111110000101011110010001111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE07F; }

 p { color: rgb(207,224,127); }

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

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

 a { background-color: rgb(207,224,127); }

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

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

 span { border-color: rgb(207,224,127); }

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