Html Css Color HEX #CEF279 Sulu

📋 copy color: '#CEF279'

red 206 ◦ green 242 ◦ blue 121

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

Shades of Sulu #CEF279

Tints of Sulu #CEF279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 21.27%

R = 36.2%
G = 42.53%
B = 21.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#CEF279 (or 0xCEF279) is known color: Sulu. HEX triplet: CE, F2 and 79. RGB value is (206,242,121). Sum of RGB (Red+Green+Blue) = 206+242+121=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 121 (47.66% from 255 or 21.27% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF279 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF279 is #310D86. Grayscale: #D9D9D9. Windows color (decimal): -3214727 or 7992014. OLE color: 7992014.

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

Color convert

RGB 206 242 121 -
CMYK 0.15 0 0.50 0.05
HSL 77.85º 0.82% 0.71% -
HSV(B) 77.85º 0.5% 0.95% -
XYZ 60.66 78.01 29.95 -
YUV 217.44 73.57 119.84 -
System Red Green Blue C M Y K H S L
Decimal 206 242 121 0.15 0 0.50 0.05 77.85 0.82 0.71
Hex CE F2 79 F 0 32 5 4E 52 47
Octal 316 362 171 17 0 62 5 116 122 107
Binary 11001110 11110010 1111001 1111 0 110010 101 1001110 1010010 1000111

Color Harmonies of #CEF279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF279

Black with #CEF279

Text Example


Text Example

White with #CEF279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF279; }

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

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

background-color css

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

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

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

border-color css

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

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

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