Html Css Color HEX #CCE182 Sulu

📋 copy color: '#CCE182'

red 204 ◦ green 225 ◦ blue 130

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

Shades of Sulu #CCE182

Tints of Sulu #CCE182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 23.26%

R = 36.49%
G = 40.25%
B = 23.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#CCE182 (or 0xCCE182) is known color: Sulu. HEX triplet: CC, E1 and 82. RGB value is (204,225,130). Sum of RGB (Red+Green+Blue) = 204+225+130=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 225 (88.28% from 255 or 40.25% from 559); Blue value is 130 (51.17% from 255 or 23.26% from 559); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE182 is #331E7D. Grayscale: #D0D0D0. Windows color (decimal): -3350142 or 8577484. OLE color: 8577484.

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

Color convert

RGB 204 225 130 -
CMYK 0.09 0 0.42 0.12
HSL 73.26º 0.61% 0.7% -
HSV(B) 73.26º 0.42% 0.88% -
XYZ 55.86 68.3 31.36 -
YUV 207.89 84.04 125.22 -
System Red Green Blue C M Y K H S L
Decimal 204 225 130 0.09 0 0.42 0.12 73.26 0.61 0.7
Hex CC E1 82 9 0 2A C 49 3D 46
Octal 314 341 202 11 0 52 14 111 75 106
Binary 11001100 11100001 10000010 1001 0 101010 1100 1001001 111101 1000110

Color Harmonies of #CCE182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE182

Black with #CCE182

Text Example


Text Example

White with #CCE182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE182; }

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

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

background-color css

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

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

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

border-color css

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

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

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