Html Css Color HEX #CCE280 Sulu

📋 copy color: '#CCE280'

red 204 ◦ green 226 ◦ blue 128

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

Shades of Sulu #CCE280

Tints of Sulu #CCE280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.94%

R = 36.56%
G = 40.5%
B = 22.94%

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

#CCE280 (or 0xCCE280) is known color: Sulu. HEX triplet: CC, E2 and 80. RGB value is (204,226,128). Sum of RGB (Red+Green+Blue) = 204+226+128=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 226 (88.67% from 255 or 40.50% from 558); Blue value is 128 (50.39% from 255 or 22.94% from 558); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE280 is #331D7F. Grayscale: #D0D0D0. Windows color (decimal): -3349888 or 8446668. OLE color: 8446668.

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

Color convert

RGB 204 226 128 -
CMYK 0.10 0 0.43 0.11
HSL 73.47º 0.63% 0.69% -
HSV(B) 73.47º 0.43% 0.89% -
XYZ 55.99 68.79 30.75 -
YUV 208.25 82.71 124.97 -
System Red Green Blue C M Y K H S L
Decimal 204 226 128 0.10 0 0.43 0.11 73.47 0.63 0.69
Hex CC E2 80 A 0 2B B 49 3F 45
Octal 314 342 200 12 0 53 13 111 77 105
Binary 11001100 11100010 10000000 1010 0 101011 1011 1001001 111111 1000101

Color Harmonies of #CCE280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE280

Black with #CCE280

Text Example


Text Example

White with #CCE280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE280; }

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

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

background-color css

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

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

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

border-color css

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

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

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