Html Css Color HEX #98F350 Conifer

📋 copy color: '#98F350'

red 152 ◦ green 243 ◦ blue 80

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

Shades of Conifer #98F350

Tints of Conifer #98F350

RGB

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

 GREEN value IS 243 (95.31% from 255) = 51.16%

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

R = 32%
G = 51.16%
B = 16.84%

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

#98F350 (or 0x98F350) is known color: Conifer. HEX triplet: 98, F3 and 50. RGB value is (152,243,80). Sum of RGB (Red+Green+Blue) = 152+243+80=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 243 (95.31% from 255 or 51.16% from 475); Blue value is 80 (31.64% from 255 or 16.84% from 475); Max value from RGB is 243 - color contains mainly: green. Hex color #98F350 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F350 is #670CAF. Grayscale: #C5C5C5. Windows color (decimal): -6753456 or 5305240. OLE color: 5305240.

HSL color Cylindrical-coordinate representation of color #98F350: hue angle of 93.5º degrees, saturation: 0.87, 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 #98F350 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 152 243 80 -
CMYK 0.37 0 0.67 0.05
HSL 93.5º 0.87% 0.63% -
HSV(B) 93.5º 0.67% 0.95% -
XYZ 46.45 71.36 18.91 -
YUV 197.21 61.85 95.75 -
System Red Green Blue C M Y K H S L
Decimal 152 243 80 0.37 0 0.67 0.05 93.5 0.87 0.63
Hex 98 F3 50 25 0 43 5 5D 57 3F
Octal 230 363 120 45 0 103 5 135 127 77
Binary 10011000 11110011 1010000 100101 0 1000011 101 1011101 1010111 111111

Color Harmonies of #98F350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F350

Black with #98F350

Text Example


Text Example

White with #98F350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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