Html Css Color HEX #98C80D Citrus

📋 copy color: '#98C80D'

red 152 ◦ green 200 ◦ blue 13

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

Shades of Citrus #98C80D

Tints of Citrus #98C80D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 54.79%

 BLUE value IS 13 (5.47% from 255) = 3.56%

R = 41.64%
G = 54.79%
B = 3.56%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#98C80D (or 0x98C80D) is known color: Citrus. HEX triplet: 98, C8 and 0D. RGB value is (152,200,13). Sum of RGB (Red+Green+Blue) = 152+200+13=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 200 (78.52% from 255 or 54.79% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 200 - color contains mainly: green. Hex color #98C80D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C80D is #6737F2. Grayscale: #A5A5A5. Windows color (decimal): -6764531 or 903320. OLE color: 903320.

HSL color Cylindrical-coordinate representation of color #98C80D: hue angle of 75.4º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #98C80D is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 152 200 13 -
CMYK 0.24 0 0.94 0.22
HSL 75.4º 0.88% 0.42% -
HSV(B) 75.4º 0.94% 0.78% -
XYZ 33.68 48.01 7.87 -
YUV 164.33 42.6 119.21 -
System Red Green Blue C M Y K H S L
Decimal 152 200 13 0.24 0 0.94 0.22 75.4 0.88 0.42
Hex 98 C8 D 18 0 5E 16 4B 58 2A
Octal 230 310 15 30 0 136 26 113 130 52
Binary 10011000 11001000 1101 11000 0 1011110 10110 1001011 1011000 101010

Color Harmonies of #98C80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C80D

Black with #98C80D

Text Example


Text Example

White with #98C80D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,200,13); }

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

background-color css

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

 a { background-color: rgb(152,200,13); }

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

border-color css

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

 span { border-color: rgb(152,200,13); }

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