Html Css Color HEX #C6FA5A Conifer

📋 copy color: '#C6FA5A'

red 198 ◦ green 250 ◦ blue 90

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

Shades of Conifer #C6FA5A

Tints of Conifer #C6FA5A

RGB

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

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

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

R = 36.8%
G = 46.47%
B = 16.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#C6FA5A (or 0xC6FA5A) is known color: Conifer. HEX triplet: C6, FA and 5A. RGB value is (198,250,90). Sum of RGB (Red+Green+Blue) = 198+250+90=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 90 (35.55% from 255 or 16.73% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FA5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6FA5A is #3905A5. Grayscale: #D8D8D8. Windows color (decimal): -3736998 or 5962438. OLE color: 5962438.

HSL color Cylindrical-coordinate representation of color #C6FA5A: hue angle of 79.5º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C6FA5A is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 250 90 -
CMYK 0.21 0 0.64 0.02
HSL 79.5º 0.94% 0.67% -
HSV(B) 79.5º 0.64% 0.98% -
XYZ 59.32 81.12 22.2 -
YUV 216.21 56.77 115.01 -
System Red Green Blue C M Y K H S L
Decimal 198 250 90 0.21 0 0.64 0.02 79.5 0.94 0.67
Hex C6 FA 5A 15 0 40 2 50 5E 43
Octal 306 372 132 25 0 100 2 120 136 103
Binary 11000110 11111010 1011010 10101 0 1000000 10 1010000 1011110 1000011

Color Harmonies of #C6FA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6FA5A

Black with #C6FA5A

Text Example


Text Example

White with #C6FA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6FA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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