Html Css Color HEX #98C512 Citrus

📋 copy color: '#98C512'

red 152 ◦ green 197 ◦ blue 18

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

Shades of Citrus #98C512

Tints of Citrus #98C512

RGB

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

 GREEN value IS 197 (77.34% from 255) = 53.68%

 BLUE value IS 18 (7.42% from 255) = 4.9%

R = 41.42%
G = 53.68%
B = 4.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#98C512 (or 0x98C512) is known color: Citrus. HEX triplet: 98, C5 and 12. RGB value is (152,197,18). Sum of RGB (Red+Green+Blue) = 152+197+18=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 197 (77.34% from 255 or 53.68% from 367); Blue value is 18 (7.42% from 255 or 4.90% from 367); Max value from RGB is 197 - color contains mainly: green. Hex color #98C512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C512 is #673AED. Grayscale: #A3A3A3. Windows color (decimal): -6765294 or 1230232. OLE color: 1230232.

HSL color Cylindrical-coordinate representation of color #98C512: hue angle of 75.08º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98C512 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 152 197 18 -
CMYK 0.23 0 0.91 0.23
HSL 75.08º 0.83% 0.42% -
HSV(B) 75.08º 0.91% 0.77% -
XYZ 33.02 46.65 7.84 -
YUV 163.14 46.09 120.05 -
System Red Green Blue C M Y K H S L
Decimal 152 197 18 0.23 0 0.91 0.23 75.08 0.83 0.42
Hex 98 C5 12 17 0 5B 17 4B 53 2A
Octal 230 305 22 27 0 133 27 113 123 52
Binary 10011000 11000101 10010 10111 0 1011011 10111 1001011 1010011 101010

Color Harmonies of #98C512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C512

Black with #98C512

Text Example


Text Example

White with #98C512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,197,18); }

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

background-color css

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

 a { background-color: rgb(152,197,18); }

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

border-color css

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

 span { border-color: rgb(152,197,18); }

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