Html Css Color HEX #C1FA4A Conifer

📋 copy color: '#C1FA4A'

red 193 ◦ green 250 ◦ blue 74

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

Shades of Conifer #C1FA4A

Tints of Conifer #C1FA4A

RGB

 RED value IS 193 (75.78% from 255) = 37.33%

 GREEN value IS 250 (98.05% from 255) = 48.36%

 BLUE value IS 74 (29.3% from 255) = 14.31%

R = 37.33%
G = 48.36%
B = 14.31%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#C1FA4A (or 0xC1FA4A) is known color: Conifer. HEX triplet: C1, FA and 4A. RGB value is (193,250,74). Sum of RGB (Red+Green+Blue) = 193+250+74=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 74 (29.30% from 255 or 14.31% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FA4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1FA4A is #3E05B5. Grayscale: #D5D5D5. Windows color (decimal): -4064694 or 4913857. OLE color: 4913857.

HSL color Cylindrical-coordinate representation of color #C1FA4A: hue angle of 79.43º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1FA4A is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 250 74 -
CMYK 0.23 0 0.70 0.02
HSL 79.43º 0.95% 0.64% -
HSV(B) 79.43º 0.7% 0.98% -
XYZ 57.41 80.2 18.93 -
YUV 212.89 49.62 113.81 -
System Red Green Blue C M Y K H S L
Decimal 193 250 74 0.23 0 0.70 0.02 79.43 0.95 0.64
Hex C1 FA 4A 17 0 46 2 4F 5F 40
Octal 301 372 112 27 0 106 2 117 137 100
Binary 11000001 11111010 1001010 10111 0 1000110 10 1001111 1011111 1000000

Color Harmonies of #C1FA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1FA4A

Black with #C1FA4A

Text Example


Text Example

White with #C1FA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1FA4A; }

 p { color: rgb(193,250,74); }

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

background-color css

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

 a { background-color: rgb(193,250,74); }

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

border-color css

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

 span { border-color: rgb(193,250,74); }

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