Html Css Color HEX #98FA60 Conifer

📋 copy color: '#98FA60'

red 152 ◦ green 250 ◦ blue 96

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

Shades of Conifer #98FA60

Tints of Conifer #98FA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.28%

R = 30.52%
G = 50.2%
B = 19.28%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#98FA60 (or 0x98FA60) is known color: Conifer. HEX triplet: 98, FA and 60. RGB value is (152,250,96). Sum of RGB (Red+Green+Blue) = 152+250+96=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 96 (37.89% from 255 or 19.28% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #98FA60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98FA60 is #67059F. Grayscale: #CBCBCB. Windows color (decimal): -6751648 or 6355608. OLE color: 6355608.

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

Color convert

RGB 152 250 96 -
CMYK 0.39 0 0.62 0.02
HSL 98.18º 0.94% 0.68% -
HSV(B) 98.18º 0.62% 0.98% -
XYZ 49.25 75.89 23.12 -
YUV 203.14 67.53 91.52 -
System Red Green Blue C M Y K H S L
Decimal 152 250 96 0.39 0 0.62 0.02 98.18 0.94 0.68
Hex 98 FA 60 27 0 3E 2 62 5E 44
Octal 230 372 140 47 0 76 2 142 136 104
Binary 10011000 11111010 1100000 100111 0 111110 10 1100010 1011110 1000100

Color Harmonies of #98FA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98FA60

Black with #98FA60

Text Example


Text Example

White with #98FA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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