Html Css Color HEX #C2F880 Sulu

📋 copy color: '#C2F880'

red 194 ◦ green 248 ◦ blue 128

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

Shades of Sulu #C2F880

Tints of Sulu #C2F880

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.51%

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

R = 34.04%
G = 43.51%
B = 22.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#C2F880 (or 0xC2F880) is known color: Sulu. HEX triplet: C2, F8 and 80. RGB value is (194,248,128). Sum of RGB (Red+Green+Blue) = 194+248+128=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 248 (97.27% from 255 or 43.51% from 570); Blue value is 128 (50.39% from 255 or 22.46% from 570); Max value from RGB is 248 - color contains mainly: green. Hex color #C2F880 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F880 is #3D077F. Grayscale: #DADADA. Windows color (decimal): -3999616 or 8452290. OLE color: 8452290.

HSL color Cylindrical-coordinate representation of color #C2F880: hue angle of 87º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2F880 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 194 248 128 -
CMYK 0.22 0 0.48 0.03
HSL 87º 0.9% 0.74% -
HSV(B) 87º 0.48% 0.97% -
XYZ 59.71 80.16 32.75 -
YUV 218.17 77.11 110.76 -
System Red Green Blue C M Y K H S L
Decimal 194 248 128 0.22 0 0.48 0.03 87 0.9 0.74
Hex C2 F8 80 16 0 30 3 57 5A 4A
Octal 302 370 200 26 0 60 3 127 132 112
Binary 11000010 11111000 10000000 10110 0 110000 11 1010111 1011010 1001010

Color Harmonies of #C2F880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F880

Black with #C2F880

Text Example


Text Example

White with #C2F880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F880; }

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

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

background-color css

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

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

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

border-color css

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

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

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