Html Css Color HEX #CCE382 Sulu

📋 copy color: '#CCE382'

red 204 ◦ green 227 ◦ blue 130

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

Shades of Sulu #CCE382

Tints of Sulu #CCE382

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.46%

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

R = 36.36%
G = 40.46%
B = 23.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#CCE382 (or 0xCCE382) is known color: Sulu. HEX triplet: CC, E3 and 82. RGB value is (204,227,130). Sum of RGB (Red+Green+Blue) = 204+227+130=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 227 (89.06% from 255 or 40.46% from 561); Blue value is 130 (51.17% from 255 or 23.17% from 561); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE382 is #331C7D. Grayscale: #D1D1D1. Windows color (decimal): -3349630 or 8577996. OLE color: 8577996.

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

Color convert

RGB 204 227 130 -
CMYK 0.10 0 0.43 0.11
HSL 74.23º 0.63% 0.7% -
HSV(B) 74.23º 0.43% 0.89% -
XYZ 56.4 69.39 31.54 -
YUV 209.07 83.38 124.39 -
System Red Green Blue C M Y K H S L
Decimal 204 227 130 0.10 0 0.43 0.11 74.23 0.63 0.7
Hex CC E3 82 A 0 2B B 4A 3F 46
Octal 314 343 202 12 0 53 13 112 77 106
Binary 11001100 11100011 10000010 1010 0 101011 1011 1001010 111111 1000110

Color Harmonies of #CCE382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE382

Black with #CCE382

Text Example


Text Example

White with #CCE382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE382; }

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

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

background-color css

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

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

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

border-color css

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

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

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