Html Css Color HEX #C5F249 Conifer

📋 copy color: '#C5F249'

red 197 ◦ green 242 ◦ blue 73

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

Shades of Conifer #C5F249

Tints of Conifer #C5F249

RGB

 RED value IS 197 (77.34% from 255) = 38.48%

 GREEN value IS 242 (94.92% from 255) = 47.27%

 BLUE value IS 73 (28.91% from 255) = 14.26%

R = 38.48%
G = 47.27%
B = 14.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#C5F249 (or 0xC5F249) is known color: Conifer. HEX triplet: C5, F2 and 49. RGB value is (197,242,73). Sum of RGB (Red+Green+Blue) = 197+242+73=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 73 (28.91% from 255 or 14.26% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F249 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F249 is #3A0DB6. Grayscale: #D1D1D1. Windows color (decimal): -3804599 or 4846277. OLE color: 4846277.

HSL color Cylindrical-coordinate representation of color #C5F249: hue angle of 75.98º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C5F249 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 242 73 -
CMYK 0.19 0 0.70 0.05
HSL 75.98º 0.87% 0.62% -
HSV(B) 75.98º 0.7% 0.95% -
XYZ 55.98 75.86 17.99 -
YUV 209.28 51.09 119.24 -
System Red Green Blue C M Y K H S L
Decimal 197 242 73 0.19 0 0.70 0.05 75.98 0.87 0.62
Hex C5 F2 49 13 0 46 5 4C 57 3E
Octal 305 362 111 23 0 106 5 114 127 76
Binary 11000101 11110010 1001001 10011 0 1000110 101 1001100 1010111 111110

Color Harmonies of #C5F249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F249

Black with #C5F249

Text Example


Text Example

White with #C5F249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F249; }

 p { color: rgb(197,242,73); }

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

background-color css

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

 a { background-color: rgb(197,242,73); }

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

border-color css

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

 span { border-color: rgb(197,242,73); }

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