Html Css Color HEX #C6EC5A Conifer

📋 copy color: '#C6EC5A'

red 198 ◦ green 236 ◦ blue 90

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

Shades of Conifer #C6EC5A

Tints of Conifer #C6EC5A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.04%

 BLUE value IS 90 (35.55% from 255) = 17.18%

R = 37.79%
G = 45.04%
B = 17.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#C6EC5A (or 0xC6EC5A) is known color: Conifer. HEX triplet: C6, EC and 5A. RGB value is (198,236,90). Sum of RGB (Red+Green+Blue) = 198+236+90=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 236 (92.58% from 255 or 45.04% from 524); Blue value is 90 (35.55% from 255 or 17.18% from 524); Max value from RGB is 236 - color contains mainly: green. Hex color #C6EC5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6EC5A is #3913A5. Grayscale: #D0D0D0. Windows color (decimal): -3740582 or 5958854. OLE color: 5958854.

HSL color Cylindrical-coordinate representation of color #C6EC5A: hue angle of 75.62º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6EC5A is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 236 90 -
CMYK 0.16 0 0.62 0.07
HSL 75.62º 0.79% 0.64% -
HSV(B) 75.62º 0.62% 0.93% -
XYZ 55.13 72.73 20.81 -
YUV 207.99 61.41 120.87 -
System Red Green Blue C M Y K H S L
Decimal 198 236 90 0.16 0 0.62 0.07 75.62 0.79 0.64
Hex C6 EC 5A 10 0 3E 7 4C 4F 40
Octal 306 354 132 20 0 76 7 114 117 100
Binary 11000110 11101100 1011010 10000 0 111110 111 1001100 1001111 1000000

Color Harmonies of #C6EC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6EC5A

Black with #C6EC5A

Text Example


Text Example

White with #C6EC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6EC5A; }

 p { color: rgb(198,236,90); }

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

background-color css

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

 a { background-color: rgb(198,236,90); }

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

border-color css

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

 span { border-color: rgb(198,236,90); }

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