Html Css Color HEX #CCE285 Sulu

📋 copy color: '#CCE285'

red 204 ◦ green 226 ◦ blue 133

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

Shades of Sulu #CCE285

Tints of Sulu #CCE285

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.14%

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

R = 36.23%
G = 40.14%
B = 23.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#CCE285 (or 0xCCE285) is known color: Sulu. HEX triplet: CC, E2 and 85. RGB value is (204,226,133). Sum of RGB (Red+Green+Blue) = 204+226+133=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 226 (88.67% from 255 or 40.14% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE285 is #331D7A. Grayscale: #D1D1D1. Windows color (decimal): -3349883 or 8774348. OLE color: 8774348.

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

Color convert

RGB 204 226 133 -
CMYK 0.10 0 0.41 0.11
HSL 74.19º 0.62% 0.7% -
HSV(B) 74.19º 0.41% 0.89% -
XYZ 56.33 68.92 32.52 -
YUV 208.82 85.21 124.56 -
System Red Green Blue C M Y K H S L
Decimal 204 226 133 0.10 0 0.41 0.11 74.19 0.62 0.7
Hex CC E2 85 A 0 29 B 4A 3E 46
Octal 314 342 205 12 0 51 13 112 76 106
Binary 11001100 11100010 10000101 1010 0 101001 1011 1001010 111110 1000110

Color Harmonies of #CCE285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE285

Black with #CCE285

Text Example


Text Example

White with #CCE285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE285; }

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

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

background-color css

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

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

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

border-color css

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

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

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