Html Css Color HEX #CEF981 Sulu

📋 copy color: '#CEF981'

red 206 ◦ green 249 ◦ blue 129

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

Shades of Sulu #CEF981

Tints of Sulu #CEF981

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.64%

 BLUE value IS 129 (50.78% from 255) = 22.09%

R = 35.27%
G = 42.64%
B = 22.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#CEF981 (or 0xCEF981) is known color: Sulu. HEX triplet: CE, F9 and 81. RGB value is (206,249,129). Sum of RGB (Red+Green+Blue) = 206+249+129=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 129 (50.78% from 255 or 22.09% from 584); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF981 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF981 is #31067E. Grayscale: #DEDEDE. Windows color (decimal): -3212927 or 8518094. OLE color: 8518094.

HSL color Cylindrical-coordinate representation of color #CEF981: hue angle of 81.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEF981 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 249 129 -
CMYK 0.17 0 0.48 0.02
HSL 81.5º 0.91% 0.74% -
HSV(B) 81.5º 0.48% 0.98% -
XYZ 63.29 82.46 33.35 -
YUV 222.46 75.25 116.26 -
System Red Green Blue C M Y K H S L
Decimal 206 249 129 0.17 0 0.48 0.02 81.5 0.91 0.74
Hex CE F9 81 11 0 30 2 52 5B 4A
Octal 316 371 201 21 0 60 2 122 133 112
Binary 11001110 11111001 10000001 10001 0 110000 10 1010010 1011011 1001010

Color Harmonies of #CEF981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF981

Black with #CEF981

Text Example


Text Example

White with #CEF981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF981; }

 p { color: rgb(206,249,129); }

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

background-color css

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

 a { background-color: rgb(206,249,129); }

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

border-color css

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

 span { border-color: rgb(206,249,129); }

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