Html Css Color HEX #CCE185 Sulu

📋 copy color: '#CCE185'

red 204 ◦ green 225 ◦ blue 133

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

Shades of Sulu #CCE185

Tints of Sulu #CCE185

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.04%

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

R = 36.3%
G = 40.04%
B = 23.67%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#CCE185 (or 0xCCE185) is known color: Sulu. HEX triplet: CC, E1 and 85. RGB value is (204,225,133). Sum of RGB (Red+Green+Blue) = 204+225+133=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 225 (88.28% from 255 or 40.04% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE185 is #331E7A. Grayscale: #D0D0D0. Windows color (decimal): -3350139 or 8774092. OLE color: 8774092.

HSL color Cylindrical-coordinate representation of color #CCE185: hue angle of 73.7º degrees, saturation: 0.61, 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 #CCE185 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 225 133 -
CMYK 0.09 0 0.41 0.12
HSL 73.7º 0.61% 0.7% -
HSV(B) 73.7º 0.41% 0.88% -
XYZ 56.06 68.38 32.43 -
YUV 208.23 85.54 124.98 -
System Red Green Blue C M Y K H S L
Decimal 204 225 133 0.09 0 0.41 0.12 73.7 0.61 0.7
Hex CC E1 85 9 0 29 C 4A 3D 46
Octal 314 341 205 11 0 51 14 112 75 106
Binary 11001100 11100001 10000101 1001 0 101001 1100 1001010 111101 1000110

Color Harmonies of #CCE185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE185

Black with #CCE185

Text Example


Text Example

White with #CCE185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE185; }

 p { color: rgb(204,225,133); }

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

background-color css

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

 a { background-color: rgb(204,225,133); }

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

border-color css

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

 span { border-color: rgb(204,225,133); }

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