Html Css Color HEX #98DB5D Conifer

📋 copy color: '#98DB5D'

red 152 ◦ green 219 ◦ blue 93

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

Shades of Conifer #98DB5D

Tints of Conifer #98DB5D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.2%

 BLUE value IS 93 (36.72% from 255) = 20.04%

R = 32.76%
G = 47.2%
B = 20.04%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#98DB5D (or 0x98DB5D) is known color: Conifer. HEX triplet: 98, DB and 5D. RGB value is (152,219,93). Sum of RGB (Red+Green+Blue) = 152+219+93=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #98DB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DB5D is #6724A2. Grayscale: #B9B9B9. Windows color (decimal): -6759587 or 6151064. OLE color: 6151064.

HSL color Cylindrical-coordinate representation of color #98DB5D: hue angle of 91.9º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #98DB5D is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 219 93 -
CMYK 0.31 0 0.58 0.14
HSL 91.9º 0.64% 0.61% -
HSV(B) 91.9º 0.58% 0.86% -
XYZ 40.26 58.13 19.45 -
YUV 184.6 76.3 104.75 -
System Red Green Blue C M Y K H S L
Decimal 152 219 93 0.31 0 0.58 0.14 91.9 0.64 0.61
Hex 98 DB 5D 1F 0 3A E 5C 40 3D
Octal 230 333 135 37 0 72 16 134 100 75
Binary 10011000 11011011 1011101 11111 0 111010 1110 1011100 1000000 111101

Color Harmonies of #98DB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DB5D

Black with #98DB5D

Text Example


Text Example

White with #98DB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,219,93); }

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

background-color css

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

 a { background-color: rgb(152,219,93); }

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

border-color css

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

 span { border-color: rgb(152,219,93); }

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