Html Css Color HEX #CEE482 Sulu

📋 copy color: '#CEE482'

red 206 ◦ green 228 ◦ blue 130

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

Shades of Sulu #CEE482

Tints of Sulu #CEE482

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.43%

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

R = 36.52%
G = 40.43%
B = 23.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#CEE482 (or 0xCEE482) is known color: Sulu. HEX triplet: CE, E4 and 82. RGB value is (206,228,130). Sum of RGB (Red+Green+Blue) = 206+228+130=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 228 (89.45% from 255 or 40.43% from 564); Blue value is 130 (51.17% from 255 or 23.05% from 564); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE482 is #311B7D. Grayscale: #D2D2D2. Windows color (decimal): -3218302 or 8578254. OLE color: 8578254.

HSL color Cylindrical-coordinate representation of color #CEE482: hue angle of 73.47º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEE482 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 228 130 -
CMYK 0.10 0 0.43 0.11
HSL 73.47º 0.64% 0.7% -
HSV(B) 73.47º 0.43% 0.89% -
XYZ 57.23 70.22 31.66 -
YUV 210.25 82.71 124.97 -
System Red Green Blue C M Y K H S L
Decimal 206 228 130 0.10 0 0.43 0.11 73.47 0.64 0.7
Hex CE E4 82 A 0 2B B 49 40 46
Octal 316 344 202 12 0 53 13 111 100 106
Binary 11001110 11100100 10000010 1010 0 101011 1011 1001001 1000000 1000110

Color Harmonies of #CEE482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE482

Black with #CEE482

Text Example


Text Example

White with #CEE482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE482; }

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

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

background-color css

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

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

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

border-color css

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

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

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