Html Css Color HEX #C6F14D Conifer

📋 copy color: '#C6F14D'

red 198 ◦ green 241 ◦ blue 77

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

Shades of Conifer #C6F14D

Tints of Conifer #C6F14D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.92%

R = 38.37%
G = 46.71%
B = 14.92%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#C6F14D (or 0xC6F14D) is known color: Conifer. HEX triplet: C6, F1 and 4D. RGB value is (198,241,77). Sum of RGB (Red+Green+Blue) = 198+241+77=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 77 (30.47% from 255 or 14.92% from 516); Max value from RGB is 241 - color contains mainly: green. Hex color #C6F14D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F14D is #390EB2. Grayscale: #D2D2D2. Windows color (decimal): -3739315 or 5108166. OLE color: 5108166.

HSL color Cylindrical-coordinate representation of color #C6F14D: hue angle of 75.73º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6F14D is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 241 77 -
CMYK 0.18 0 0.68 0.05
HSL 75.73º 0.85% 0.62% -
HSV(B) 75.73º 0.68% 0.95% -
XYZ 56.08 75.45 18.63 -
YUV 209.45 53.25 119.84 -
System Red Green Blue C M Y K H S L
Decimal 198 241 77 0.18 0 0.68 0.05 75.73 0.85 0.62
Hex C6 F1 4D 12 0 44 5 4C 55 3E
Octal 306 361 115 22 0 104 5 114 125 76
Binary 11000110 11110001 1001101 10010 0 1000100 101 1001100 1010101 111110

Color Harmonies of #C6F14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F14D

Black with #C6F14D

Text Example


Text Example

White with #C6F14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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