Html Css Color HEX #98EF50 Conifer

📋 copy color: '#98EF50'

red 152 ◦ green 239 ◦ blue 80

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

Shades of Conifer #98EF50

Tints of Conifer #98EF50

RGB

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

 GREEN value IS 239 (93.75% from 255) = 50.74%

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

R = 32.27%
G = 50.74%
B = 16.99%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#98EF50 (or 0x98EF50) is known color: Conifer. HEX triplet: 98, EF and 50. RGB value is (152,239,80). Sum of RGB (Red+Green+Blue) = 152+239+80=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 239 (93.75% from 255 or 50.74% from 471); Blue value is 80 (31.64% from 255 or 16.99% from 471); Max value from RGB is 239 - color contains mainly: green. Hex color #98EF50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98EF50 is #6710AF. Grayscale: #C3C3C3. Windows color (decimal): -6754480 or 5304216. OLE color: 5304216.

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

Color convert

RGB 152 239 80 -
CMYK 0.36 0 0.67 0.06
HSL 92.83º 0.83% 0.63% -
HSV(B) 92.83º 0.67% 0.94% -
XYZ 45.26 68.99 18.52 -
YUV 194.86 63.18 97.43 -
System Red Green Blue C M Y K H S L
Decimal 152 239 80 0.36 0 0.67 0.06 92.83 0.83 0.63
Hex 98 EF 50 24 0 43 6 5D 53 3F
Octal 230 357 120 44 0 103 6 135 123 77
Binary 10011000 11101111 1010000 100100 0 1000011 110 1011101 1010011 111111

Color Harmonies of #98EF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98EF50

Black with #98EF50

Text Example


Text Example

White with #98EF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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