Html Css Color HEX #98FA5D Conifer

📋 copy color: '#98FA5D'

red 152 ◦ green 250 ◦ blue 93

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

Shades of Conifer #98FA5D

Tints of Conifer #98FA5D

RGB

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

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

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

R = 30.71%
G = 50.51%
B = 18.79%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#98FA5D (or 0x98FA5D) is known color: Conifer. HEX triplet: 98, FA and 5D. RGB value is (152,250,93). Sum of RGB (Red+Green+Blue) = 152+250+93=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #98FA5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98FA5D is #6705A2. Grayscale: #CBCBCB. Windows color (decimal): -6751651 or 6159000. OLE color: 6159000.

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

Color convert

RGB 152 250 93 -
CMYK 0.39 0 0.63 0.02
HSL 97.45º 0.94% 0.67% -
HSV(B) 97.45º 0.63% 0.98% -
XYZ 49.11 75.84 22.41 -
YUV 202.8 66.03 91.77 -
System Red Green Blue C M Y K H S L
Decimal 152 250 93 0.39 0 0.63 0.02 97.45 0.94 0.67
Hex 98 FA 5D 27 0 3F 2 61 5E 43
Octal 230 372 135 47 0 77 2 141 136 103
Binary 10011000 11111010 1011101 100111 0 111111 10 1100001 1011110 1000011

Color Harmonies of #98FA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98FA5D

Black with #98FA5D

Text Example


Text Example

White with #98FA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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