Html Css Color HEX #C2F760 Conifer

📋 copy color: '#C2F760'

red 194 ◦ green 247 ◦ blue 96

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

Shades of Conifer #C2F760

Tints of Conifer #C2F760

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46%

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

R = 36.13%
G = 46%
B = 17.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#C2F760 (or 0xC2F760) is known color: Conifer. HEX triplet: C2, F7 and 60. RGB value is (194,247,96). Sum of RGB (Red+Green+Blue) = 194+247+96=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 247 (96.88% from 255 or 46.00% from 537); Blue value is 96 (37.89% from 255 or 17.88% from 537); Max value from RGB is 247 - color contains mainly: green. Hex color #C2F760 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F760 is #3D089F. Grayscale: #D6D6D6. Windows color (decimal): -3999904 or 6354882. OLE color: 6354882.

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

Color convert

RGB 194 247 96 -
CMYK 0.21 0 0.61 0.03
HSL 81.06º 0.9% 0.67% -
HSV(B) 81.06º 0.61% 0.97% -
XYZ 57.62 78.84 23.25 -
YUV 213.94 61.44 113.78 -
System Red Green Blue C M Y K H S L
Decimal 194 247 96 0.21 0 0.61 0.03 81.06 0.9 0.67
Hex C2 F7 60 15 0 3D 3 51 5A 43
Octal 302 367 140 25 0 75 3 121 132 103
Binary 11000010 11110111 1100000 10101 0 111101 11 1010001 1011010 1000011

Color Harmonies of #C2F760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F760

Black with #C2F760

Text Example


Text Example

White with #C2F760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F760; }

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

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

background-color css

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

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

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

border-color css

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

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

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