Html Css Color HEX #98C607 Citrus

📋 copy color: '#98C607'

red 152 ◦ green 198 ◦ blue 7

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

Shades of Citrus #98C607

Tints of Citrus #98C607

RGB

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

 GREEN value IS 198 (77.73% from 255) = 55.46%

 BLUE value IS 7 (3.13% from 255) = 1.96%

R = 42.58%
G = 55.46%
B = 1.96%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#98C607 (or 0x98C607) is known color: Citrus. HEX triplet: 98, C6 and 07. RGB value is (152,198,7). Sum of RGB (Red+Green+Blue) = 152+198+7=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 198 (77.73% from 255 or 55.46% from 357); Blue value is 7 (3.12% from 255 or 1.96% from 357); Max value from RGB is 198 - color contains mainly: green. Hex color #98C607 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C607 is #6739F8. Grayscale: #A3A3A3. Windows color (decimal): -6765049 or 509592. OLE color: 509592.

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

Color convert

RGB 152 198 7 -
CMYK 0.23 0 0.96 0.22
HSL 74.45º 0.93% 0.4% -
HSV(B) 74.45º 0.96% 0.78% -
XYZ 33.18 47.08 7.54 -
YUV 162.47 40.26 120.53 -
System Red Green Blue C M Y K H S L
Decimal 152 198 7 0.23 0 0.96 0.22 74.45 0.93 0.4
Hex 98 C6 7 17 0 60 16 4A 5D 28
Octal 230 306 7 27 0 140 26 112 135 50
Binary 10011000 11000110 111 10111 0 1100000 10110 1001010 1011101 101000

Color Harmonies of #98C607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C607

Black with #98C607

Text Example


Text Example

White with #98C607

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,198,7); }

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

background-color css

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

 a { background-color: rgb(152,198,7); }

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

border-color css

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

 span { border-color: rgb(152,198,7); }

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