Html Css Color HEX #C2E660 Conifer

📋 copy color: '#C2E660'

red 194 ◦ green 230 ◦ blue 96

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

Shades of Conifer #C2E660

Tints of Conifer #C2E660

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.23%

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

R = 37.31%
G = 44.23%
B = 18.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#C2E660 (or 0xC2E660) is known color: Conifer. HEX triplet: C2, E6 and 60. RGB value is (194,230,96). Sum of RGB (Red+Green+Blue) = 194+230+96=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 230 (90.23% from 255 or 44.23% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 230 - color contains mainly: green. Hex color #C2E660 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E660 is #3D199F. Grayscale: #CCCCCC. Windows color (decimal): -4004256 or 6350530. OLE color: 6350530.

HSL color Cylindrical-coordinate representation of color #C2E660: hue angle of 76.12º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2E660 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 194 230 96 -
CMYK 0.16 0 0.58 0.10
HSL 76.12º 0.73% 0.64% -
HSV(B) 76.12º 0.58% 0.9% -
XYZ 52.66 68.91 21.59 -
YUV 203.96 67.07 120.9 -
System Red Green Blue C M Y K H S L
Decimal 194 230 96 0.16 0 0.58 0.10 76.12 0.73 0.64
Hex C2 E6 60 10 0 3A A 4C 49 40
Octal 302 346 140 20 0 72 12 114 111 100
Binary 11000010 11100110 1100000 10000 0 111010 1010 1001100 1001001 1000000

Color Harmonies of #C2E660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E660

Black with #C2E660

Text Example


Text Example

White with #C2E660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E660; }

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

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

background-color css

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

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

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

border-color css

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

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

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