Html Css Color HEX #C2FA70 Sulu

📋 copy color: '#C2FA70'

red 194 ◦ green 250 ◦ blue 112

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

Shades of Sulu #C2FA70

Tints of Sulu #C2FA70

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.96%

 BLUE value IS 112 (44.14% from 255) = 20.14%

R = 34.89%
G = 44.96%
B = 20.14%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#C2FA70 (or 0xC2FA70) is known color: Sulu. HEX triplet: C2, FA and 70. RGB value is (194,250,112). Sum of RGB (Red+Green+Blue) = 194+250+112=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 112 (44.14% from 255 or 20.14% from 556); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FA70 is #3D058F. Grayscale: #DADADA. Windows color (decimal): -3999120 or 7404226. OLE color: 7404226.

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

Color convert

RGB 194 250 112 -
CMYK 0.22 0 0.55 0.02
HSL 84.35º 0.93% 0.71% -
HSV(B) 84.35º 0.55% 0.98% -
XYZ 59.36 81.01 27.84 -
YUV 217.52 68.45 111.22 -
System Red Green Blue C M Y K H S L
Decimal 194 250 112 0.22 0 0.55 0.02 84.35 0.93 0.71
Hex C2 FA 70 16 0 37 2 54 5D 47
Octal 302 372 160 26 0 67 2 124 135 107
Binary 11000010 11111010 1110000 10110 0 110111 10 1010100 1011101 1000111

Color Harmonies of #C2FA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FA70

Black with #C2FA70

Text Example


Text Example

White with #C2FA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FA70; }

 p { color: rgb(194,250,112); }

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

background-color css

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

 a { background-color: rgb(194,250,112); }

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

border-color css

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

 span { border-color: rgb(194,250,112); }

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