Html Css Color HEX #98C514 Citrus

📋 copy color: '#98C514'

red 152 ◦ green 197 ◦ blue 20

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

Shades of Citrus #98C514

Tints of Citrus #98C514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.42%

R = 41.19%
G = 53.39%
B = 5.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#98C514 (or 0x98C514) is known color: Citrus. HEX triplet: 98, C5 and 14. RGB value is (152,197,20). Sum of RGB (Red+Green+Blue) = 152+197+20=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 197 (77.34% from 255 or 53.39% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 197 - color contains mainly: green. Hex color #98C514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C514 is #673AEB. Grayscale: #A4A4A4. Windows color (decimal): -6765292 or 1361304. OLE color: 1361304.

HSL color Cylindrical-coordinate representation of color #98C514: hue angle of 75.25º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98C514 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 152 197 20 -
CMYK 0.23 0 0.90 0.23
HSL 75.25º 0.82% 0.43% -
HSV(B) 75.25º 0.9% 0.77% -
XYZ 33.04 46.66 7.93 -
YUV 163.37 47.09 119.89 -
System Red Green Blue C M Y K H S L
Decimal 152 197 20 0.23 0 0.90 0.23 75.25 0.82 0.43
Hex 98 C5 14 17 0 5A 17 4B 52 2B
Octal 230 305 24 27 0 132 27 113 122 53
Binary 10011000 11000101 10100 10111 0 1011010 10111 1001011 1010010 101011

Color Harmonies of #98C514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C514

Black with #98C514

Text Example


Text Example

White with #98C514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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