Html Css Color HEX #C2F980 Sulu

📋 copy color: '#C2F980'

red 194 ◦ green 249 ◦ blue 128

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

Shades of Sulu #C2F980

Tints of Sulu #C2F980

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.61%

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

R = 33.98%
G = 43.61%
B = 22.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#C2F980 (or 0xC2F980) is known color: Sulu. HEX triplet: C2, F9 and 80. RGB value is (194,249,128). Sum of RGB (Red+Green+Blue) = 194+249+128=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 249 (97.66% from 255 or 43.61% from 571); Blue value is 128 (50.39% from 255 or 22.42% from 571); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F980 is #3D067F. Grayscale: #DBDBDB. Windows color (decimal): -3999360 or 8452546. OLE color: 8452546.

HSL color Cylindrical-coordinate representation of color #C2F980: hue angle of 87.27º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2F980 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 249 128 -
CMYK 0.22 0 0.49 0.02
HSL 87.27º 0.91% 0.74% -
HSV(B) 87.27º 0.49% 0.98% -
XYZ 60.02 80.78 32.85 -
YUV 218.76 76.78 110.34 -
System Red Green Blue C M Y K H S L
Decimal 194 249 128 0.22 0 0.49 0.02 87.27 0.91 0.74
Hex C2 F9 80 16 0 31 2 57 5B 4A
Octal 302 371 200 26 0 61 2 127 133 112
Binary 11000010 11111001 10000000 10110 0 110001 10 1010111 1011011 1001010

Color Harmonies of #C2F980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F980

Black with #C2F980

Text Example


Text Example

White with #C2F980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F980; }

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

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

background-color css

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

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

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

border-color css

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

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

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