Html Css Color HEX #CEF980 Sulu

📋 copy color: '#CEF980'

red 206 ◦ green 249 ◦ blue 128

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

Shades of Sulu #CEF980

Tints of Sulu #CEF980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.96%

R = 35.33%
G = 42.71%
B = 21.96%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#CEF980 (or 0xCEF980) is known color: Sulu. HEX triplet: CE, F9 and 80. RGB value is (206,249,128). Sum of RGB (Red+Green+Blue) = 206+249+128=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 249 (97.66% from 255 or 42.71% from 583); Blue value is 128 (50.39% from 255 or 21.96% from 583); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF980 is #31067F. Grayscale: #DEDEDE. Windows color (decimal): -3212928 or 8452558. OLE color: 8452558.

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

Color convert

RGB 206 249 128 -
CMYK 0.17 0 0.49 0.02
HSL 81.32º 0.91% 0.74% -
HSV(B) 81.32º 0.49% 0.98% -
XYZ 63.23 82.43 33 -
YUV 222.35 74.75 116.34 -
System Red Green Blue C M Y K H S L
Decimal 206 249 128 0.17 0 0.49 0.02 81.32 0.91 0.74
Hex CE F9 80 11 0 31 2 51 5B 4A
Octal 316 371 200 21 0 61 2 121 133 112
Binary 11001110 11111001 10000000 10001 0 110001 10 1010001 1011011 1001010

Color Harmonies of #CEF980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF980

Black with #CEF980

Text Example


Text Example

White with #CEF980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF980; }

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

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

background-color css

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

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

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

border-color css

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

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

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