Html Css Color HEX #98F250 Conifer

📋 copy color: '#98F250'

red 152 ◦ green 242 ◦ blue 80

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

Shades of Conifer #98F250

Tints of Conifer #98F250

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.05%

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

R = 32.07%
G = 51.05%
B = 16.88%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#98F250 (or 0x98F250) is known color: Conifer. HEX triplet: 98, F2 and 50. RGB value is (152,242,80). Sum of RGB (Red+Green+Blue) = 152+242+80=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 242 (94.92% from 255 or 51.05% from 474); Blue value is 80 (31.64% from 255 or 16.88% from 474); Max value from RGB is 242 - color contains mainly: green. Hex color #98F250 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F250 is #670DAF. Grayscale: #C5C5C5. Windows color (decimal): -6753712 or 5304984. OLE color: 5304984.

HSL color Cylindrical-coordinate representation of color #98F250: hue angle of 93.33º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #98F250 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 152 242 80 -
CMYK 0.37 0 0.67 0.05
HSL 93.33º 0.86% 0.63% -
HSV(B) 93.33º 0.67% 0.95% -
XYZ 46.15 70.76 18.81 -
YUV 196.62 62.18 96.17 -
System Red Green Blue C M Y K H S L
Decimal 152 242 80 0.37 0 0.67 0.05 93.33 0.86 0.63
Hex 98 F2 50 25 0 43 5 5D 56 3F
Octal 230 362 120 45 0 103 5 135 126 77
Binary 10011000 11110010 1010000 100101 0 1000011 101 1011101 1010110 111111

Color Harmonies of #98F250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F250

Black with #98F250

Text Example


Text Example

White with #98F250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,242,80); }

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

background-color css

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

 a { background-color: rgb(152,242,80); }

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

border-color css

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

 span { border-color: rgb(152,242,80); }

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