Html Css Color HEX #98FE5E Conifer

📋 copy color: '#98FE5E'

red 152 ◦ green 254 ◦ blue 94

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

Shades of Conifer #98FE5E

Tints of Conifer #98FE5E

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.8%

 BLUE value IS 94 (37.11% from 255) = 18.8%

R = 30.4%
G = 50.8%
B = 18.8%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#98FE5E (or 0x98FE5E) is known color: Conifer. HEX triplet: 98, FE and 5E. RGB value is (152,254,94). Sum of RGB (Red+Green+Blue) = 152+254+94=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 254 (99.61% from 255 or 50.8% from 500); Blue value is 94 (37.11% from 255 or 18.8% from 500); Max value from RGB is 254 - color contains mainly: green. Hex color #98FE5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98FE5E is #6701A1. Grayscale: #CDCDCD. Windows color (decimal): -6750626 or 6225560. OLE color: 6225560.

HSL color Cylindrical-coordinate representation of color #98FE5E: hue angle of 98.25º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #98FE5E is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB 152 254 94 -
CMYK 0.40 0 0.63 0.00
HSL 98.25º 0.99% 0.68% -
HSV(B) 98.25º 0.63% 1% -
XYZ 50.41 78.37 23.06 -
YUV 205.26 65.21 90.01 -
System Red Green Blue C M Y K H S L
Decimal 152 254 94 0.40 0 0.63 0.00 98.25 0.99 0.68
Hex 98 FE 5E 28 0 3F 0 62 63 44
Octal 230 376 136 50 0 77 0 142 143 104
Binary 10011000 11111110 1011110 101000 0 111111 0 1100010 1100011 1000100

Color Harmonies of #98FE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98FE5E

Black with #98FE5E

Text Example


Text Example

White with #98FE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,254,94); }

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

background-color css

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

 a { background-color: rgb(152,254,94); }

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

border-color css

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

 span { border-color: rgb(152,254,94); }

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