Html Css Color HEX #CEF082 Sulu

📋 copy color: '#CEF082'

red 206 ◦ green 240 ◦ blue 130

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

Shades of Sulu #CEF082

Tints of Sulu #CEF082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.57%

R = 35.76%
G = 41.67%
B = 22.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#CEF082 (or 0xCEF082) is known color: Sulu. HEX triplet: CE, F0 and 82. RGB value is (206,240,130). Sum of RGB (Red+Green+Blue) = 206+240+130=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 240 (94.14% from 255 or 41.67% from 576); Blue value is 130 (51.17% from 255 or 22.57% from 576); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF082 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF082 is #310F7D. Grayscale: #D9D9D9. Windows color (decimal): -3215230 or 8581326. OLE color: 8581326.

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

Color convert

RGB 206 240 130 -
CMYK 0.14 0 0.46 0.06
HSL 78.55º 0.79% 0.73% -
HSV(B) 78.55º 0.46% 0.94% -
XYZ 60.64 77.05 32.8 -
YUV 217.29 78.74 119.94 -
System Red Green Blue C M Y K H S L
Decimal 206 240 130 0.14 0 0.46 0.06 78.55 0.79 0.73
Hex CE F0 82 E 0 2E 6 4F 4F 49
Octal 316 360 202 16 0 56 6 117 117 111
Binary 11001110 11110000 10000010 1110 0 101110 110 1001111 1001111 1001001

Color Harmonies of #CEF082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF082

Black with #CEF082

Text Example


Text Example

White with #CEF082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF082; }

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

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

background-color css

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

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

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

border-color css

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

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

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