Html Css Color HEX #CCE086 Sulu

📋 copy color: '#CCE086'

red 204 ◦ green 224 ◦ blue 134

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

Shades of Sulu #CCE086

Tints of Sulu #CCE086

RGB

 RED value IS 204 (80.08% from 255) = 36.3%

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

 BLUE value IS 134 (52.73% from 255) = 23.84%

R = 36.3%
G = 39.86%
B = 23.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#CCE086 (or 0xCCE086) is known color: Sulu. HEX triplet: CC, E0 and 86. RGB value is (204,224,134). Sum of RGB (Red+Green+Blue) = 204+224+134=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 224 (87.89% from 255 or 39.86% from 562); Blue value is 134 (52.73% from 255 or 23.84% from 562); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE086 is #331F79. Grayscale: #D0D0D0. Windows color (decimal): -3350394 or 8839372. OLE color: 8839372.

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

Color convert

RGB 204 224 134 -
CMYK 0.09 0 0.40 0.12
HSL 73.33º 0.59% 0.7% -
HSV(B) 73.33º 0.4% 0.88% -
XYZ 55.86 67.87 32.71 -
YUV 207.76 86.37 125.32 -
System Red Green Blue C M Y K H S L
Decimal 204 224 134 0.09 0 0.40 0.12 73.33 0.59 0.7
Hex CC E0 86 9 0 28 C 49 3B 46
Octal 314 340 206 11 0 50 14 111 73 106
Binary 11001100 11100000 10000110 1001 0 101000 1100 1001001 111011 1000110

Color Harmonies of #CCE086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE086

Black with #CCE086

Text Example


Text Example

White with #CCE086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE086; }

 p { color: rgb(204,224,134); }

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

background-color css

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

 a { background-color: rgb(204,224,134); }

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

border-color css

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

 span { border-color: rgb(204,224,134); }

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