Html Css Color HEX #C2D880 Sulu

📋 copy color: '#C2D880'

red 194 ◦ green 216 ◦ blue 128

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

Shades of Sulu #C2D880

Tints of Sulu #C2D880

RGB

 RED value IS 194 (76.17% from 255) = 36.06%

 GREEN value IS 216 (84.77% from 255) = 40.15%

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

R = 36.06%
G = 40.15%
B = 23.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#C2D880 (or 0xC2D880) is known color: Sulu. HEX triplet: C2, D8 and 80. RGB value is (194,216,128). Sum of RGB (Red+Green+Blue) = 194+216+128=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 128 (50.39% from 255 or 23.79% from 538); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D880 is #3D277F. Grayscale: #C7C7C7. Windows color (decimal): -4007808 or 8444098. OLE color: 8444098.

HSL color Cylindrical-coordinate representation of color #C2D880: hue angle of 75º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2D880 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 216 128 -
CMYK 0.10 0 0.41 0.15
HSL 75º 0.53% 0.67% -
HSV(B) 75º 0.41% 0.85% -
XYZ 50.7 62.14 29.74 -
YUV 199.39 87.71 124.16 -
System Red Green Blue C M Y K H S L
Decimal 194 216 128 0.10 0 0.41 0.15 75 0.53 0.67
Hex C2 D8 80 A 0 29 F 4B 35 43
Octal 302 330 200 12 0 51 17 113 65 103
Binary 11000010 11011000 10000000 1010 0 101001 1111 1001011 110101 1000011

Color Harmonies of #C2D880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D880

Black with #C2D880

Text Example


Text Example

White with #C2D880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D880; }

 p { color: rgb(194,216,128); }

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

background-color css

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

 a { background-color: rgb(194,216,128); }

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

border-color css

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

 span { border-color: rgb(194,216,128); }

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