Html Css Color HEX #CFEC7E Sulu

📋 copy color: '#CFEC7E'

red 207 ◦ green 236 ◦ blue 126

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

Shades of Sulu #CFEC7E

Tints of Sulu #CFEC7E

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.48%

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

R = 36.38%
G = 41.48%
B = 22.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#CFEC7E (or 0xCFEC7E) is known color: Sulu. HEX triplet: CF, EC and 7E. RGB value is (207,236,126). Sum of RGB (Red+Green+Blue) = 207+236+126=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 126 (49.61% from 255 or 22.14% from 569); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEC7E is #301381. Grayscale: #D7D7D7. Windows color (decimal): -3150722 or 8318159. OLE color: 8318159.

HSL color Cylindrical-coordinate representation of color #CFEC7E: hue angle of 75.82º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFEC7E is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 236 126 -
CMYK 0.12 0 0.47 0.07
HSL 75.82º 0.74% 0.71% -
HSV(B) 75.82º 0.47% 0.93% -
XYZ 59.49 74.76 31.03 -
YUV 214.79 77.89 122.44 -
System Red Green Blue C M Y K H S L
Decimal 207 236 126 0.12 0 0.47 0.07 75.82 0.74 0.71
Hex CF EC 7E C 0 2F 7 4C 4A 47
Octal 317 354 176 14 0 57 7 114 112 107
Binary 11001111 11101100 1111110 1100 0 101111 111 1001100 1001010 1000111

Color Harmonies of #CFEC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEC7E

Black with #CFEC7E

Text Example


Text Example

White with #CFEC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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