Html Css Color HEX #98FC5D Conifer

📋 copy color: '#98FC5D'

red 152 ◦ green 252 ◦ blue 93

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

Shades of Conifer #98FC5D

Tints of Conifer #98FC5D

RGB

 RED value IS 152 (59.77% from 255) = 30.58%

 GREEN value IS 252 (98.83% from 255) = 50.7%

 BLUE value IS 93 (36.72% from 255) = 18.71%

R = 30.58%
G = 50.7%
B = 18.71%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#98FC5D (or 0x98FC5D) is known color: Conifer. HEX triplet: 98, FC and 5D. RGB value is (152,252,93). Sum of RGB (Red+Green+Blue) = 152+252+93=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 252 (98.83% from 255 or 50.70% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 252 - color contains mainly: green. Hex color #98FC5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98FC5D is #6703A2. Grayscale: #CCCCCC. Windows color (decimal): -6751139 or 6159512. OLE color: 6159512.

HSL color Cylindrical-coordinate representation of color #98FC5D: hue angle of 97.74º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #98FC5D is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 152 252 93 -
CMYK 0.40 0 0.63 0.01
HSL 97.74º 0.96% 0.68% -
HSV(B) 97.74º 0.63% 0.99% -
XYZ 49.74 77.09 22.61 -
YUV 203.97 65.37 90.93 -
System Red Green Blue C M Y K H S L
Decimal 152 252 93 0.40 0 0.63 0.01 97.74 0.96 0.68
Hex 98 FC 5D 28 0 3F 1 62 60 44
Octal 230 374 135 50 0 77 1 142 140 104
Binary 10011000 11111100 1011101 101000 0 111111 1 1100010 1100000 1000100

Color Harmonies of #98FC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98FC5D

Black with #98FC5D

Text Example


Text Example

White with #98FC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98FC5D; }

 p { color: rgb(152,252,93); }

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

background-color css

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

 a { background-color: rgb(152,252,93); }

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

border-color css

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

 span { border-color: rgb(152,252,93); }

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