Html Css Color HEX #CEF288 Sulu

📋 copy color: '#CEF288'

red 206 ◦ green 242 ◦ blue 136

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

Shades of Sulu #CEF288

Tints of Sulu #CEF288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 23.29%

R = 35.27%
G = 41.44%
B = 23.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#CEF288 (or 0xCEF288) is known color: Sulu. HEX triplet: CE, F2 and 88. RGB value is (206,242,136). Sum of RGB (Red+Green+Blue) = 206+242+136=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 136 (53.52% from 255 or 23.29% from 584); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF288 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF288 is #310D77. Grayscale: #DBDBDB. Windows color (decimal): -3214712 or 8975054. OLE color: 8975054.

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

Color convert

RGB 206 242 136 -
CMYK 0.15 0 0.44 0.05
HSL 80.38º 0.8% 0.74% -
HSV(B) 80.38º 0.44% 0.95% -
XYZ 61.65 78.4 35.18 -
YUV 219.15 81.07 118.62 -
System Red Green Blue C M Y K H S L
Decimal 206 242 136 0.15 0 0.44 0.05 80.38 0.8 0.74
Hex CE F2 88 F 0 2C 5 50 50 4A
Octal 316 362 210 17 0 54 5 120 120 112
Binary 11001110 11110010 10001000 1111 0 101100 101 1010000 1010000 1001010

Color Harmonies of #CEF288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF288

Black with #CEF288

Text Example


Text Example

White with #CEF288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF288; }

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

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

background-color css

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

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

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

border-color css

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

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

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