Html Css Color HEX #CEF582 Sulu

📋 copy color: '#CEF582'

red 206 ◦ green 245 ◦ blue 130

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

Shades of Sulu #CEF582

Tints of Sulu #CEF582

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.17%

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

R = 35.46%
G = 42.17%
B = 22.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#CEF582 (or 0xCEF582) is known color: Sulu. HEX triplet: CE, F5 and 82. RGB value is (206,245,130). Sum of RGB (Red+Green+Blue) = 206+245+130=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 245 (96.09% from 255 or 42.17% from 581); Blue value is 130 (51.17% from 255 or 22.38% from 581); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF582 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF582 is #310A7D. Grayscale: #DCDCDC. Windows color (decimal): -3213950 or 8582606. OLE color: 8582606.

HSL color Cylindrical-coordinate representation of color #CEF582: hue angle of 80.35º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEF582 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 245 130 -
CMYK 0.16 0 0.47 0.04
HSL 80.35º 0.85% 0.74% -
HSV(B) 80.35º 0.47% 0.96% -
XYZ 62.14 80.04 33.29 -
YUV 220.23 77.08 117.85 -
System Red Green Blue C M Y K H S L
Decimal 206 245 130 0.16 0 0.47 0.04 80.35 0.85 0.74
Hex CE F5 82 10 0 2F 4 50 55 4A
Octal 316 365 202 20 0 57 4 120 125 112
Binary 11001110 11110101 10000010 10000 0 101111 100 1010000 1010101 1001010

Color Harmonies of #CEF582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF582

Black with #CEF582

Text Example


Text Example

White with #CEF582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF582; }

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

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

background-color css

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

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

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

border-color css

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

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

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