Html Css Color HEX #98C015 Citrus

📋 copy color: '#98C015'

red 152 ◦ green 192 ◦ blue 21

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

Shades of Citrus #98C015

Tints of Citrus #98C015

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.6%

 BLUE value IS 21 (8.59% from 255) = 5.75%

R = 41.64%
G = 52.6%
B = 5.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#98C015 (or 0x98C015) is known color: Citrus. HEX triplet: 98, C0 and 15. RGB value is (152,192,21). Sum of RGB (Red+Green+Blue) = 152+192+21=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 21 (8.59% from 255 or 5.75% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #98C015 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C015 is #673FEA. Grayscale: #A1A1A1. Windows color (decimal): -6766571 or 1425560. OLE color: 1425560.

HSL color Cylindrical-coordinate representation of color #98C015: hue angle of 74.04º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #98C015 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 192 21 -
CMYK 0.21 0 0.89 0.25
HSL 74.04º 0.8% 0.42% -
HSV(B) 74.04º 0.89% 0.75% -
XYZ 31.93 44.43 7.6 -
YUV 160.55 49.25 121.9 -
System Red Green Blue C M Y K H S L
Decimal 152 192 21 0.21 0 0.89 0.25 74.04 0.8 0.42
Hex 98 C0 15 15 0 59 19 4A 50 2A
Octal 230 300 25 25 0 131 31 112 120 52
Binary 10011000 11000000 10101 10101 0 1011001 11001 1001010 1010000 101010

Color Harmonies of #98C015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C015

Black with #98C015

Text Example


Text Example

White with #98C015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,192,21); }

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

background-color css

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

 a { background-color: rgb(152,192,21); }

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

border-color css

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

 span { border-color: rgb(152,192,21); }

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