Html Css Color HEX #C2F260 Conifer

📋 copy color: '#C2F260'

red 194 ◦ green 242 ◦ blue 96

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

Shades of Conifer #C2F260

Tints of Conifer #C2F260

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.49%

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

R = 36.47%
G = 45.49%
B = 18.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#C2F260 (or 0xC2F260) is known color: Conifer. HEX triplet: C2, F2 and 60. RGB value is (194,242,96). Sum of RGB (Red+Green+Blue) = 194+242+96=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 96 (37.89% from 255 or 18.05% from 532); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F260 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F260 is #3D0D9F. Grayscale: #D3D3D3. Windows color (decimal): -4001184 or 6353602. OLE color: 6353602.

HSL color Cylindrical-coordinate representation of color #C2F260: hue angle of 79.73º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2F260 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 242 96 -
CMYK 0.20 0 0.60 0.05
HSL 79.73º 0.85% 0.66% -
HSV(B) 79.73º 0.6% 0.95% -
XYZ 56.11 75.82 22.74 -
YUV 211 63.1 115.87 -
System Red Green Blue C M Y K H S L
Decimal 194 242 96 0.20 0 0.60 0.05 79.73 0.85 0.66
Hex C2 F2 60 14 0 3C 5 50 55 42
Octal 302 362 140 24 0 74 5 120 125 102
Binary 11000010 11110010 1100000 10100 0 111100 101 1010000 1010101 1000010

Color Harmonies of #C2F260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F260

Black with #C2F260

Text Example


Text Example

White with #C2F260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F260; }

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

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

background-color css

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

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

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

border-color css

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

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

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