Html Css Color HEX #98C805 Citrus

📋 copy color: '#98C805'

red 152 ◦ green 200 ◦ blue 5

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

Shades of Citrus #98C805

Tints of Citrus #98C805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 42.58%
G = 56.02%
B = 1.4%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#98C805 (or 0x98C805) is known color: Citrus. HEX triplet: 98, C8 and 05. RGB value is (152,200,5). Sum of RGB (Red+Green+Blue) = 152+200+5=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 200 (78.52% from 255 or 56.02% from 357); Blue value is 5 (2.34% from 255 or 1.40% from 357); Max value from RGB is 200 - color contains mainly: green. Hex color #98C805 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C805 is #6737FA. Grayscale: #A4A4A4. Windows color (decimal): -6764539 or 379032. OLE color: 379032.

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

Color convert

RGB 152 200 5 -
CMYK 0.24 0 0.98 0.22
HSL 74.77º 0.95% 0.4% -
HSV(B) 74.77º 0.98% 0.78% -
XYZ 33.63 47.99 7.64 -
YUV 163.42 38.6 119.86 -
System Red Green Blue C M Y K H S L
Decimal 152 200 5 0.24 0 0.98 0.22 74.77 0.95 0.4
Hex 98 C8 5 18 0 62 16 4B 5F 28
Octal 230 310 5 30 0 142 26 113 137 50
Binary 10011000 11001000 101 11000 0 1100010 10110 1001011 1011111 101000

Color Harmonies of #98C805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C805

Black with #98C805

Text Example


Text Example

White with #98C805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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