Html Css Color HEX #CCE780 Sulu

📋 copy color: '#CCE780'

red 204 ◦ green 231 ◦ blue 128

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

Shades of Sulu #CCE780

Tints of Sulu #CCE780

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.03%

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

R = 36.23%
G = 41.03%
B = 22.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#CCE780 (or 0xCCE780) is known color: Sulu. HEX triplet: CC, E7 and 80. RGB value is (204,231,128). Sum of RGB (Red+Green+Blue) = 204+231+128=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 231 (90.62% from 255 or 41.03% from 563); Blue value is 128 (50.39% from 255 or 22.74% from 563); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE780 is #33187F. Grayscale: #D3D3D3. Windows color (decimal): -3348608 or 8447948. OLE color: 8447948.

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

Color convert

RGB 204 231 128 -
CMYK 0.12 0 0.45 0.09
HSL 75.73º 0.68% 0.7% -
HSV(B) 75.73º 0.45% 0.91% -
XYZ 57.37 71.55 31.21 -
YUV 211.19 81.05 122.88 -
System Red Green Blue C M Y K H S L
Decimal 204 231 128 0.12 0 0.45 0.09 75.73 0.68 0.7
Hex CC E7 80 C 0 2D 9 4C 44 46
Octal 314 347 200 14 0 55 11 114 104 106
Binary 11001100 11100111 10000000 1100 0 101101 1001 1001100 1000100 1000110

Color Harmonies of #CCE780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE780

Black with #CCE780

Text Example


Text Example

White with #CCE780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE780; }

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

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

background-color css

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

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

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

border-color css

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

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

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