Html Css Color HEX #C2F960 Sulu

📋 copy color: '#C2F960'

red 194 ◦ green 249 ◦ blue 96

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

Shades of Sulu #C2F960

Tints of Sulu #C2F960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.81%

R = 35.99%
G = 46.2%
B = 17.81%

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

#C2F960 (or 0xC2F960) is known color: Sulu. HEX triplet: C2, F9 and 60. RGB value is (194,249,96). Sum of RGB (Red+Green+Blue) = 194+249+96=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 96 (37.89% from 255 or 17.81% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F960 is #3D069F. Grayscale: #D7D7D7. Windows color (decimal): -3999392 or 6355394. OLE color: 6355394.

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

Color convert

RGB 194 249 96 -
CMYK 0.22 0 0.61 0.02
HSL 81.57º 0.93% 0.68% -
HSV(B) 81.57º 0.61% 0.98% -
XYZ 58.24 80.07 23.45 -
YUV 215.11 60.78 112.94 -
System Red Green Blue C M Y K H S L
Decimal 194 249 96 0.22 0 0.61 0.02 81.57 0.93 0.68
Hex C2 F9 60 16 0 3D 2 52 5D 44
Octal 302 371 140 26 0 75 2 122 135 104
Binary 11000010 11111001 1100000 10110 0 111101 10 1010010 1011101 1000100

Color Harmonies of #C2F960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F960

Black with #C2F960

Text Example


Text Example

White with #C2F960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F960; }

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

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

background-color css

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

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

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

border-color css

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

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

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