Html Css Color HEX #CFE07E Sulu

📋 copy color: '#CFE07E'

red 207 ◦ green 224 ◦ blue 126

#CFE07E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #CFE07E

Tints of Sulu #CFE07E

RGB

 RED value IS 207 (81.25% from 255) = 37.16%

 GREEN value IS 224 (87.89% from 255) = 40.22%

 BLUE value IS 126 (49.61% from 255) = 22.62%

R = 37.16%
G = 40.22%
B = 22.62%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#CFE07E (or 0xCFE07E) is known color: Sulu. HEX triplet: CF, E0 and 7E. RGB value is (207,224,126). Sum of RGB (Red+Green+Blue) = 207+224+126=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 224 (87.89% from 255 or 40.22% from 557); Blue value is 126 (49.61% from 255 or 22.62% from 557); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE07E is #301F81. Grayscale: #D0D0D0. Windows color (decimal): -3153794 or 8315087. OLE color: 8315087.

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

Color convert

RGB 207 224 126 -
CMYK 0.08 0 0.44 0.12
HSL 70.41º 0.61% 0.69% -
HSV(B) 70.41º 0.44% 0.88% -
XYZ 56.15 68.08 29.92 -
YUV 207.75 81.87 127.47 -
System Red Green Blue C M Y K H S L
Decimal 207 224 126 0.08 0 0.44 0.12 70.41 0.61 0.69
Hex CF E0 7E 8 0 2C C 46 3D 45
Octal 317 340 176 10 0 54 14 106 75 105
Binary 11001111 11100000 1111110 1000 0 101100 1100 1000110 111101 1000101

Color Harmonies of #CFE07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE07E

Black with #CFE07E

Text Example


Text Example

White with #CFE07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE07E; }

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

 H1.HeaderClassName
 {
   color: #CFE07E;
 }
 .AnyTagClassName
 {
   color: #CFE07E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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