Html Css Color HEX #CFEA7C Sulu

📋 copy color: '#CFEA7C'

red 207 ◦ green 234 ◦ blue 124

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

Shades of Sulu #CFEA7C

Tints of Sulu #CFEA7C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.42%

 BLUE value IS 124 (48.83% from 255) = 21.95%

R = 36.64%
G = 41.42%
B = 21.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#CFEA7C (or 0xCFEA7C) is known color: Sulu. HEX triplet: CF, EA and 7C. RGB value is (207,234,124). Sum of RGB (Red+Green+Blue) = 207+234+124=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 124 (48.83% from 255 or 21.95% from 565); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEA7C is #301583. Grayscale: #D5D5D5. Windows color (decimal): -3151236 or 8186575. OLE color: 8186575.

HSL color Cylindrical-coordinate representation of color #CFEA7C: hue angle of 74.73º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFEA7C is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 234 124 -
CMYK 0.12 0 0.47 0.08
HSL 74.73º 0.72% 0.7% -
HSV(B) 74.73º 0.47% 0.92% -
XYZ 58.79 73.57 30.17 -
YUV 213.39 77.55 123.44 -
System Red Green Blue C M Y K H S L
Decimal 207 234 124 0.12 0 0.47 0.08 74.73 0.72 0.7
Hex CF EA 7C C 0 2F 8 4B 48 46
Octal 317 352 174 14 0 57 10 113 110 106
Binary 11001111 11101010 1111100 1100 0 101111 1000 1001011 1001000 1000110

Color Harmonies of #CFEA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEA7C

Black with #CFEA7C

Text Example


Text Example

White with #CFEA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEA7C; }

 p { color: rgb(207,234,124); }

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

background-color css

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

 a { background-color: rgb(207,234,124); }

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

border-color css

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

 span { border-color: rgb(207,234,124); }

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