Html Css Color HEX #98D206 Citrus

📋 copy color: '#98D206'

red 152 ◦ green 210 ◦ blue 6

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

Shades of Citrus #98D206

Tints of Citrus #98D206

RGB

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

 GREEN value IS 210 (82.42% from 255) = 57.07%

 BLUE value IS 6 (2.73% from 255) = 1.63%

R = 41.3%
G = 57.07%
B = 1.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#98D206 (or 0x98D206) is known color: Citrus. HEX triplet: 98, D2 and 06. RGB value is (152,210,6). Sum of RGB (Red+Green+Blue) = 152+210+6=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 210 (82.42% from 255 or 57.07% from 368); Blue value is 6 (2.73% from 255 or 1.63% from 368); Max value from RGB is 210 - color contains mainly: green. Hex color #98D206 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98D206 is #672DF9. Grayscale: #AAAAAA. Windows color (decimal): -6761978 or 447128. OLE color: 447128.

HSL color Cylindrical-coordinate representation of color #98D206: hue angle of 77.06º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #98D206 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 210 6 -
CMYK 0.28 0 0.97 0.18
HSL 77.06º 0.94% 0.42% -
HSV(B) 77.06º 0.97% 0.82% -
XYZ 36.03 52.78 8.46 -
YUV 169.4 35.78 115.59 -
System Red Green Blue C M Y K H S L
Decimal 152 210 6 0.28 0 0.97 0.18 77.06 0.94 0.42
Hex 98 D2 6 1C 0 61 12 4D 5E 2A
Octal 230 322 6 34 0 141 22 115 136 52
Binary 10011000 11010010 110 11100 0 1100001 10010 1001101 1011110 101010

Color Harmonies of #98D206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D206

Black with #98D206

Text Example


Text Example

White with #98D206

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,210,6); }

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

background-color css

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

 a { background-color: rgb(152,210,6); }

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

border-color css

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

 span { border-color: rgb(152,210,6); }

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