Html Css Color HEX #C6FD50 Conifer

📋 copy color: '#C6FD50'

red 198 ◦ green 253 ◦ blue 80

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

Shades of Conifer #C6FD50

Tints of Conifer #C6FD50

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.65%

 BLUE value IS 80 (31.64% from 255) = 15.07%

R = 37.29%
G = 47.65%
B = 15.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#C6FD50 (or 0xC6FD50) is known color: Conifer. HEX triplet: C6, FD and 50. RGB value is (198,253,80). Sum of RGB (Red+Green+Blue) = 198+253+80=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 80 (31.64% from 255 or 15.07% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #C6FD50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6FD50 is #3902AF. Grayscale: #D9D9D9. Windows color (decimal): -3736240 or 5307846. OLE color: 5307846.

HSL color Cylindrical-coordinate representation of color #C6FD50: hue angle of 79.08º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6FD50 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 253 80 -
CMYK 0.22 0 0.68 0.01
HSL 79.08º 0.98% 0.65% -
HSV(B) 79.08º 0.68% 0.99% -
XYZ 59.86 82.84 20.42 -
YUV 216.83 50.78 114.57 -
System Red Green Blue C M Y K H S L
Decimal 198 253 80 0.22 0 0.68 0.01 79.08 0.98 0.65
Hex C6 FD 50 16 0 44 1 4F 62 41
Octal 306 375 120 26 0 104 1 117 142 101
Binary 11000110 11111101 1010000 10110 0 1000100 1 1001111 1100010 1000001

Color Harmonies of #C6FD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6FD50

Black with #C6FD50

Text Example


Text Example

White with #C6FD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6FD50; }

 p { color: rgb(198,253,80); }

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

background-color css

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

 a { background-color: rgb(198,253,80); }

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

border-color css

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

 span { border-color: rgb(198,253,80); }

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