Html Css Color HEX #C2E280 Sulu

📋 copy color: '#C2E280'

red 194 ◦ green 226 ◦ blue 128

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

Shades of Sulu #C2E280

Tints of Sulu #C2E280

RGB

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

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

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

R = 35.4%
G = 41.24%
B = 23.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#C2E280 (or 0xC2E280) is known color: Sulu. HEX triplet: C2, E2 and 80. RGB value is (194,226,128). Sum of RGB (Red+Green+Blue) = 194+226+128=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 226 (88.67% from 255 or 41.24% from 548); Blue value is 128 (50.39% from 255 or 23.36% from 548); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E280 is #3D1D7F. Grayscale: #CDCDCD. Windows color (decimal): -4005248 or 8446658. OLE color: 8446658.

HSL color Cylindrical-coordinate representation of color #C2E280: hue angle of 79.59º 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 #C2E280 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 194 226 128 -
CMYK 0.14 0 0.43 0.11
HSL 79.59º 0.63% 0.69% -
HSV(B) 79.59º 0.43% 0.89% -
XYZ 53.34 67.42 30.62 -
YUV 205.26 84.4 119.97 -
System Red Green Blue C M Y K H S L
Decimal 194 226 128 0.14 0 0.43 0.11 79.59 0.63 0.69
Hex C2 E2 80 E 0 2B B 50 3F 45
Octal 302 342 200 16 0 53 13 120 77 105
Binary 11000010 11100010 10000000 1110 0 101011 1011 1010000 111111 1000101

Color Harmonies of #C2E280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E280

Black with #C2E280

Text Example


Text Example

White with #C2E280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E280; }

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

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

background-color css

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

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

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

border-color css

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

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

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