Html Css Color HEX #C2F970 Sulu

📋 copy color: '#C2F970'

red 194 ◦ green 249 ◦ blue 112

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

Shades of Sulu #C2F970

Tints of Sulu #C2F970

RGB

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

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

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

R = 34.95%
G = 44.86%
B = 20.18%

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

#C2F970 (or 0xC2F970) is known color: Sulu. HEX triplet: C2, F9 and 70. RGB value is (194,249,112). Sum of RGB (Red+Green+Blue) = 194+249+112=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 112 (44.14% from 255 or 20.18% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F970 is #3D068F. Grayscale: #D9D9D9. Windows color (decimal): -3999376 or 7403970. OLE color: 7403970.

HSL color Cylindrical-coordinate representation of color #C2F970: hue angle of 84.09º degrees, saturation: 0.92, 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 #C2F970 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 249 112 -
CMYK 0.22 0 0.55 0.02
HSL 84.09º 0.92% 0.71% -
HSV(B) 84.09º 0.55% 0.98% -
XYZ 59.05 80.39 27.73 -
YUV 216.94 68.78 111.64 -
System Red Green Blue C M Y K H S L
Decimal 194 249 112 0.22 0 0.55 0.02 84.09 0.92 0.71
Hex C2 F9 70 16 0 37 2 54 5C 47
Octal 302 371 160 26 0 67 2 124 134 107
Binary 11000010 11111001 1110000 10110 0 110111 10 1010100 1011100 1000111

Color Harmonies of #C2F970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F970

Black with #C2F970

Text Example


Text Example

White with #C2F970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F970; }

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

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

background-color css

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

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

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

border-color css

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

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

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