Html Css Color HEX #CEE085 Sulu

📋 copy color: '#CEE085'

red 206 ◦ green 224 ◦ blue 133

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

Shades of Sulu #CEE085

Tints of Sulu #CEE085

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.79%

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

R = 36.59%
G = 39.79%
B = 23.62%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#CEE085 (or 0xCEE085) is known color: Sulu. HEX triplet: CE, E0 and 85. RGB value is (206,224,133). Sum of RGB (Red+Green+Blue) = 206+224+133=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 224 (87.89% from 255 or 39.79% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE085 is #311F7A. Grayscale: #D0D0D0. Windows color (decimal): -3219323 or 8773838. OLE color: 8773838.

HSL color Cylindrical-coordinate representation of color #CEE085: hue angle of 71.87º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CEE085 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 224 133 -
CMYK 0.08 0 0.41 0.12
HSL 71.87º 0.59% 0.7% -
HSV(B) 71.87º 0.41% 0.88% -
XYZ 56.34 68.13 32.37 -
YUV 208.24 85.54 126.4 -
System Red Green Blue C M Y K H S L
Decimal 206 224 133 0.08 0 0.41 0.12 71.87 0.59 0.7
Hex CE E0 85 8 0 29 C 48 3B 46
Octal 316 340 205 10 0 51 14 110 73 106
Binary 11001110 11100000 10000101 1000 0 101001 1100 1001000 111011 1000110

Color Harmonies of #CEE085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE085

Black with #CEE085

Text Example


Text Example

White with #CEE085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE085; }

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

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

background-color css

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

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

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

border-color css

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

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

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