Html Css Color HEX #CEF276 Sulu

📋 copy color: '#CEF276'

red 206 ◦ green 242 ◦ blue 118

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

Shades of Sulu #CEF276

Tints of Sulu #CEF276

RGB

 RED value IS 206 (80.86% from 255) = 36.4%

 GREEN value IS 242 (94.92% from 255) = 42.76%

 BLUE value IS 118 (46.48% from 255) = 20.85%

R = 36.4%
G = 42.76%
B = 20.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#CEF276 (or 0xCEF276) is known color: Sulu. HEX triplet: CE, F2 and 76. RGB value is (206,242,118). Sum of RGB (Red+Green+Blue) = 206+242+118=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 242 (94.92% from 255 or 42.76% from 566); Blue value is 118 (46.48% from 255 or 20.85% from 566); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF276 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF276 is #310D89. Grayscale: #D9D9D9. Windows color (decimal): -3214730 or 7795406. OLE color: 7795406.

HSL color Cylindrical-coordinate representation of color #CEF276: hue angle of 77.42º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEF276 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 242 118 -
CMYK 0.15 0 0.51 0.05
HSL 77.42º 0.83% 0.71% -
HSV(B) 77.42º 0.51% 0.95% -
XYZ 60.48 77.93 28.99 -
YUV 217.1 72.07 120.08 -
System Red Green Blue C M Y K H S L
Decimal 206 242 118 0.15 0 0.51 0.05 77.42 0.83 0.71
Hex CE F2 76 F 0 33 5 4D 53 47
Octal 316 362 166 17 0 63 5 115 123 107
Binary 11001110 11110010 1110110 1111 0 110011 101 1001101 1010011 1000111

Color Harmonies of #CEF276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF276

Black with #CEF276

Text Example


Text Example

White with #CEF276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF276; }

 p { color: rgb(206,242,118); }

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

background-color css

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

 a { background-color: rgb(206,242,118); }

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

border-color css

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

 span { border-color: rgb(206,242,118); }

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