Html Css Color HEX #CEF08A Sulu

📋 copy color: '#CEF08A'

red 206 ◦ green 240 ◦ blue 138

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

Shades of Sulu #CEF08A

Tints of Sulu #CEF08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.63%

R = 35.27%
G = 41.1%
B = 23.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#CEF08A (or 0xCEF08A) is known color: Sulu. HEX triplet: CE, F0 and 8A. RGB value is (206,240,138). Sum of RGB (Red+Green+Blue) = 206+240+138=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 240 (94.14% from 255 or 41.10% from 584); Blue value is 138 (54.30% from 255 or 23.63% from 584); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF08A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF08A is #310F75. Grayscale: #DADADA. Windows color (decimal): -3215222 or 9105614. OLE color: 9105614.

HSL color Cylindrical-coordinate representation of color #CEF08A: hue angle of 80º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEF08A is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 240 138 -
CMYK 0.14 0 0.42 0.06
HSL 80º 0.77% 0.74% -
HSV(B) 80º 0.43% 0.94% -
XYZ 61.2 77.28 35.74 -
YUV 218.21 82.74 119.29 -
System Red Green Blue C M Y K H S L
Decimal 206 240 138 0.14 0 0.42 0.06 80 0.77 0.74
Hex CE F0 8A E 0 2A 6 50 4D 4A
Octal 316 360 212 16 0 52 6 120 115 112
Binary 11001110 11110000 10001010 1110 0 101010 110 1010000 1001101 1001010

Color Harmonies of #CEF08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF08A

Black with #CEF08A

Text Example


Text Example

White with #CEF08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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