Html Css Color HEX #CFEA7E Sulu

📋 copy color: '#CFEA7E'

red 207 ◦ green 234 ◦ blue 126

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

Shades of Sulu #CFEA7E

Tints of Sulu #CFEA7E

RGB

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

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

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

R = 36.51%
G = 41.27%
B = 22.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#CFEA7E (or 0xCFEA7E) is known color: Sulu. HEX triplet: CF, EA and 7E. RGB value is (207,234,126). Sum of RGB (Red+Green+Blue) = 207+234+126=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 234 (91.80% from 255 or 41.27% from 567); Blue value is 126 (49.61% from 255 or 22.22% from 567); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEA7E is #301581. Grayscale: #D6D6D6. Windows color (decimal): -3151234 or 8317647. OLE color: 8317647.

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

Color convert

RGB 207 234 126 -
CMYK 0.12 0 0.46 0.08
HSL 75º 0.72% 0.71% -
HSV(B) 75º 0.46% 0.92% -
XYZ 58.92 73.62 30.84 -
YUV 213.62 78.55 123.28 -
System Red Green Blue C M Y K H S L
Decimal 207 234 126 0.12 0 0.46 0.08 75 0.72 0.71
Hex CF EA 7E C 0 2E 8 4B 48 47
Octal 317 352 176 14 0 56 10 113 110 107
Binary 11001111 11101010 1111110 1100 0 101110 1000 1001011 1001000 1000111

Color Harmonies of #CFEA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEA7E

Black with #CFEA7E

Text Example


Text Example

White with #CFEA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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