Html Css Color HEX #98DF61 Conifer

📋 copy color: '#98DF61'

red 152 ◦ green 223 ◦ blue 97

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

Shades of Conifer #98DF61

Tints of Conifer #98DF61

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.25%

 BLUE value IS 97 (38.28% from 255) = 20.55%

R = 32.2%
G = 47.25%
B = 20.55%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#98DF61 (or 0x98DF61) is known color: Conifer. HEX triplet: 98, DF and 61. RGB value is (152,223,97). Sum of RGB (Red+Green+Blue) = 152+223+97=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 97 (38.28% from 255 or 20.55% from 472); Max value from RGB is 223 - color contains mainly: green. Hex color #98DF61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DF61 is #67209E. Grayscale: #BBBBBB. Windows color (decimal): -6758559 or 6414232. OLE color: 6414232.

HSL color Cylindrical-coordinate representation of color #98DF61: hue angle of 93.81º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98DF61 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 223 97 -
CMYK 0.32 0 0.57 0.13
HSL 93.81º 0.66% 0.63% -
HSV(B) 93.81º 0.57% 0.87% -
XYZ 41.49 60.31 20.76 -
YUV 187.41 76.98 102.75 -
System Red Green Blue C M Y K H S L
Decimal 152 223 97 0.32 0 0.57 0.13 93.81 0.66 0.63
Hex 98 DF 61 20 0 39 D 5E 42 3F
Octal 230 337 141 40 0 71 15 136 102 77
Binary 10011000 11011111 1100001 100000 0 111001 1101 1011110 1000010 111111

Color Harmonies of #98DF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DF61

Black with #98DF61

Text Example


Text Example

White with #98DF61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,223,97); }

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

background-color css

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

 a { background-color: rgb(152,223,97); }

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

border-color css

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

 span { border-color: rgb(152,223,97); }

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