Html Css Color HEX #98C80F Citrus

📋 copy color: '#98C80F'

red 152 ◦ green 200 ◦ blue 15

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

Shades of Citrus #98C80F

Tints of Citrus #98C80F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.09%

R = 41.42%
G = 54.5%
B = 4.09%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#98C80F (or 0x98C80F) is known color: Citrus. HEX triplet: 98, C8 and 0F. RGB value is (152,200,15). Sum of RGB (Red+Green+Blue) = 152+200+15=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 200 (78.52% from 255 or 54.50% from 367); Blue value is 15 (6.25% from 255 or 4.09% from 367); Max value from RGB is 200 - color contains mainly: green. Hex color #98C80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C80F is #6737F0. Grayscale: #A5A5A5. Windows color (decimal): -6764529 or 1034392. OLE color: 1034392.

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

Color convert

RGB 152 200 15 -
CMYK 0.24 0 0.92 0.22
HSL 75.57º 0.86% 0.42% -
HSV(B) 75.57º 0.93% 0.78% -
XYZ 33.69 48.02 7.94 -
YUV 164.56 43.6 119.04 -
System Red Green Blue C M Y K H S L
Decimal 152 200 15 0.24 0 0.92 0.22 75.57 0.86 0.42
Hex 98 C8 F 18 0 5C 16 4C 56 2A
Octal 230 310 17 30 0 134 26 114 126 52
Binary 10011000 11001000 1111 11000 0 1011100 10110 1001100 1010110 101010

Color Harmonies of #98C80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C80F

Black with #98C80F

Text Example


Text Example

White with #98C80F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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