Html Css Color HEX #C2E760 Conifer

📋 copy color: '#C2E760'

red 194 ◦ green 231 ◦ blue 96

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

Shades of Conifer #C2E760

Tints of Conifer #C2E760

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.34%

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

R = 37.24%
G = 44.34%
B = 18.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#C2E760 (or 0xC2E760) is known color: Conifer. HEX triplet: C2, E7 and 60. RGB value is (194,231,96). Sum of RGB (Red+Green+Blue) = 194+231+96=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 231 (90.62% from 255 or 44.34% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 231 - color contains mainly: green. Hex color #C2E760 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E760 is #3D189F. Grayscale: #CDCDCD. Windows color (decimal): -4004000 or 6350786. OLE color: 6350786.

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

Color convert

RGB 194 231 96 -
CMYK 0.16 0 0.58 0.09
HSL 76.44º 0.74% 0.64% -
HSV(B) 76.44º 0.58% 0.91% -
XYZ 52.94 69.47 21.68 -
YUV 204.55 66.74 120.48 -
System Red Green Blue C M Y K H S L
Decimal 194 231 96 0.16 0 0.58 0.09 76.44 0.74 0.64
Hex C2 E7 60 10 0 3A 9 4C 4A 40
Octal 302 347 140 20 0 72 11 114 112 100
Binary 11000010 11100111 1100000 10000 0 111010 1001 1001100 1001010 1000000

Color Harmonies of #C2E760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E760

Black with #C2E760

Text Example


Text Example

White with #C2E760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E760; }

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

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

background-color css

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

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

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

border-color css

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

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

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