Html Css Color HEX #CEF084 Sulu

📋 copy color: '#CEF084'

red 206 ◦ green 240 ◦ blue 132

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

Shades of Sulu #CEF084

Tints of Sulu #CEF084

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.52%

 BLUE value IS 132 (51.95% from 255) = 22.84%

R = 35.64%
G = 41.52%
B = 22.84%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#CEF084 (or 0xCEF084) is known color: Sulu. HEX triplet: CE, F0 and 84. RGB value is (206,240,132). Sum of RGB (Red+Green+Blue) = 206+240+132=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 240 (94.14% from 255 or 41.52% from 578); Blue value is 132 (51.95% from 255 or 22.84% from 578); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF084 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF084 is #310F7B. Grayscale: #D9D9D9. Windows color (decimal): -3215228 or 8712398. OLE color: 8712398.

HSL color Cylindrical-coordinate representation of color #CEF084: hue angle of 78.89º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CEF084 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 240 132 -
CMYK 0.14 0 0.45 0.06
HSL 78.89º 0.78% 0.73% -
HSV(B) 78.89º 0.45% 0.94% -
XYZ 60.78 77.11 33.51 -
YUV 217.52 79.74 119.78 -
System Red Green Blue C M Y K H S L
Decimal 206 240 132 0.14 0 0.45 0.06 78.89 0.78 0.73
Hex CE F0 84 E 0 2D 6 4F 4E 49
Octal 316 360 204 16 0 55 6 117 116 111
Binary 11001110 11110000 10000100 1110 0 101101 110 1001111 1001110 1001001

Color Harmonies of #CEF084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF084

Black with #CEF084

Text Example


Text Example

White with #CEF084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF084; }

 p { color: rgb(206,240,132); }

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

background-color css

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

 a { background-color: rgb(206,240,132); }

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

border-color css

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

 span { border-color: rgb(206,240,132); }

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