Html Css Color HEX #CEE485 Sulu

📋 copy color: '#CEE485'

red 206 ◦ green 228 ◦ blue 133

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

Shades of Sulu #CEE485

Tints of Sulu #CEE485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.46%

R = 36.33%
G = 40.21%
B = 23.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#CEE485 (or 0xCEE485) is known color: Sulu. HEX triplet: CE, E4 and 85. RGB value is (206,228,133). Sum of RGB (Red+Green+Blue) = 206+228+133=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 228 (89.45% from 255 or 40.21% from 567); Blue value is 133 (52.34% from 255 or 23.46% from 567); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE485 is #311B7A. Grayscale: #D2D2D2. Windows color (decimal): -3218299 or 8774862. OLE color: 8774862.

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

Color convert

RGB 206 228 133 -
CMYK 0.10 0 0.42 0.11
HSL 73.89º 0.64% 0.71% -
HSV(B) 73.89º 0.42% 0.89% -
XYZ 57.43 70.3 32.73 -
YUV 210.59 84.21 124.72 -
System Red Green Blue C M Y K H S L
Decimal 206 228 133 0.10 0 0.42 0.11 73.89 0.64 0.71
Hex CE E4 85 A 0 2A B 4A 40 47
Octal 316 344 205 12 0 52 13 112 100 107
Binary 11001110 11100100 10000101 1010 0 101010 1011 1001010 1000000 1000111

Color Harmonies of #CEE485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE485

Black with #CEE485

Text Example


Text Example

White with #CEE485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE485; }

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

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

background-color css

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

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

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

border-color css

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

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

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