Html Css Color HEX #C2FA61 Sulu

📋 copy color: '#C2FA61'

red 194 ◦ green 250 ◦ blue 97

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

Shades of Sulu #C2FA61

Tints of Sulu #C2FA61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.93%

R = 35.86%
G = 46.21%
B = 17.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#C2FA61 (or 0xC2FA61) is known color: Sulu. HEX triplet: C2, FA and 61. RGB value is (194,250,97). Sum of RGB (Red+Green+Blue) = 194+250+97=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 250 (98.05% from 255 or 46.21% from 541); Blue value is 97 (38.28% from 255 or 17.93% from 541); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FA61 is #3D059E. Grayscale: #D8D8D8. Windows color (decimal): -3999135 or 6421186. OLE color: 6421186.

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

Color convert

RGB 194 250 97 -
CMYK 0.22 0 0.61 0.02
HSL 81.96º 0.94% 0.68% -
HSV(B) 81.96º 0.61% 0.98% -
XYZ 58.59 80.7 23.8 -
YUV 215.81 60.95 112.44 -
System Red Green Blue C M Y K H S L
Decimal 194 250 97 0.22 0 0.61 0.02 81.96 0.94 0.68
Hex C2 FA 61 16 0 3D 2 52 5E 44
Octal 302 372 141 26 0 75 2 122 136 104
Binary 11000010 11111010 1100001 10110 0 111101 10 1010010 1011110 1000100

Color Harmonies of #C2FA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FA61

Black with #C2FA61

Text Example


Text Example

White with #C2FA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FA61; }

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

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

background-color css

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

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

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

border-color css

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

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

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