Html Css Color HEX #98C601 Citrus

📋 copy color: '#98C601'

red 152 ◦ green 198 ◦ blue 1

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

Shades of Citrus #98C601

Tints of Citrus #98C601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 43.3%
G = 56.41%
B = 0.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#98C601 (or 0x98C601) is known color: Citrus. HEX triplet: 98, C6 and 01. RGB value is (152,198,1). Sum of RGB (Red+Green+Blue) = 152+198+1=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 198 (77.73% from 255 or 56.41% from 351); Blue value is 1 (0.78% from 255 or 0.28% from 351); Max value from RGB is 198 - color contains mainly: green. Hex color #98C601 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C601 is #6739FE. Grayscale: #A2A2A2. Windows color (decimal): -6765055 or 116376. OLE color: 116376.

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

Color convert

RGB 152 198 1 -
CMYK 0.23 0 0.99 0.22
HSL 74.01º 0.99% 0.39% -
HSV(B) 74.01º 0.99% 0.78% -
XYZ 33.15 47.07 7.37 -
YUV 161.79 37.26 121.02 -
System Red Green Blue C M Y K H S L
Decimal 152 198 1 0.23 0 0.99 0.22 74.01 0.99 0.39
Hex 98 C6 1 17 0 63 16 4A 63 27
Octal 230 306 1 27 0 143 26 112 143 47
Binary 10011000 11000110 1 10111 0 1100011 10110 1001010 1100011 100111

Color Harmonies of #98C601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C601

Black with #98C601

Text Example


Text Example

White with #98C601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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