Html Css Color HEX #C3F160 Conifer

📋 copy color: '#C3F160'

red 195 ◦ green 241 ◦ blue 96

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

Shades of Conifer #C3F160

Tints of Conifer #C3F160

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.3%

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

R = 36.65%
G = 45.3%
B = 18.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#C3F160 (or 0xC3F160) is known color: Conifer. HEX triplet: C3, F1 and 60. RGB value is (195,241,96). Sum of RGB (Red+Green+Blue) = 195+241+96=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 241 (94.53% from 255 or 45.30% from 532); Blue value is 96 (37.89% from 255 or 18.05% from 532); Max value from RGB is 241 - color contains mainly: green. Hex color #C3F160 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F160 is #3C0E9F. Grayscale: #D3D3D3. Windows color (decimal): -3935904 or 6353347. OLE color: 6353347.

HSL color Cylindrical-coordinate representation of color #C3F160: hue angle of 79.03º degrees, saturation: 0.84, 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 #C3F160 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 241 96 -
CMYK 0.19 0 0.60 0.05
HSL 79.03º 0.84% 0.66% -
HSV(B) 79.03º 0.6% 0.95% -
XYZ 56.07 75.36 22.66 -
YUV 210.72 63.26 116.79 -
System Red Green Blue C M Y K H S L
Decimal 195 241 96 0.19 0 0.60 0.05 79.03 0.84 0.66
Hex C3 F1 60 13 0 3C 5 4F 54 42
Octal 303 361 140 23 0 74 5 117 124 102
Binary 11000011 11110001 1100000 10011 0 111100 101 1001111 1010100 1000010

Color Harmonies of #C3F160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3F160

Black with #C3F160

Text Example


Text Example

White with #C3F160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3F160; }

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

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

background-color css

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

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

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

border-color css

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

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

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