Html Css Color HEX #C3E160 Conifer

📋 copy color: '#C3E160'

red 195 ◦ green 225 ◦ blue 96

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

Shades of Conifer #C3E160

Tints of Conifer #C3E160

RGB

 RED value IS 195 (76.56% from 255) = 37.79%

 GREEN value IS 225 (88.28% from 255) = 43.6%

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

R = 37.79%
G = 43.6%
B = 18.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#C3E160 (or 0xC3E160) is known color: Conifer. HEX triplet: C3, E1 and 60. RGB value is (195,225,96). Sum of RGB (Red+Green+Blue) = 195+225+96=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 225 (88.28% from 255 or 43.60% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 225 - color contains mainly: green. Hex color #C3E160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3E160 is #3C1E9F. Grayscale: #C9C9C9. Windows color (decimal): -3940000 or 6349251. OLE color: 6349251.

HSL color Cylindrical-coordinate representation of color #C3E160: hue angle of 73.95º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C3E160 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 195 225 96 -
CMYK 0.13 0 0.57 0.12
HSL 73.95º 0.68% 0.63% -
HSV(B) 73.95º 0.57% 0.88% -
XYZ 51.54 66.3 21.15 -
YUV 201.32 68.56 123.49 -
System Red Green Blue C M Y K H S L
Decimal 195 225 96 0.13 0 0.57 0.12 73.95 0.68 0.63
Hex C3 E1 60 D 0 39 C 4A 44 3F
Octal 303 341 140 15 0 71 14 112 104 77
Binary 11000011 11100001 1100000 1101 0 111001 1100 1001010 1000100 111111

Color Harmonies of #C3E160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3E160

Black with #C3E160

Text Example


Text Example

White with #C3E160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3E160; }

 p { color: rgb(195,225,96); }

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

background-color css

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

 a { background-color: rgb(195,225,96); }

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

border-color css

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

 span { border-color: rgb(195,225,96); }

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