Html Css Color HEX #C6F149 Conifer

📋 copy color: '#C6F149'

red 198 ◦ green 241 ◦ blue 73

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

Shades of Conifer #C6F149

Tints of Conifer #C6F149

RGB

 RED value IS 198 (77.73% from 255) = 38.67%

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

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

R = 38.67%
G = 47.07%
B = 14.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#C6F149 (or 0xC6F149) is known color: Conifer. HEX triplet: C6, F1 and 49. RGB value is (198,241,73). Sum of RGB (Red+Green+Blue) = 198+241+73=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 73 (28.91% from 255 or 14.26% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #C6F149 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F149 is #390EB6. Grayscale: #D1D1D1. Windows color (decimal): -3739319 or 4846022. OLE color: 4846022.

HSL color Cylindrical-coordinate representation of color #C6F149: hue angle of 75.36º degrees, saturation: 0.86, 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 #C6F149 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 241 73 -
CMYK 0.18 0 0.70 0.05
HSL 75.36º 0.86% 0.62% -
HSV(B) 75.36º 0.7% 0.95% -
XYZ 55.95 75.4 17.91 -
YUV 208.99 51.25 120.16 -
System Red Green Blue C M Y K H S L
Decimal 198 241 73 0.18 0 0.70 0.05 75.36 0.86 0.62
Hex C6 F1 49 12 0 46 5 4B 56 3E
Octal 306 361 111 22 0 106 5 113 126 76
Binary 11000110 11110001 1001001 10010 0 1000110 101 1001011 1010110 111110

Color Harmonies of #C6F149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F149

Black with #C6F149

Text Example


Text Example

White with #C6F149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F149; }

 p { color: rgb(198,241,73); }

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

background-color css

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

 a { background-color: rgb(198,241,73); }

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

border-color css

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

 span { border-color: rgb(198,241,73); }

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