Html Css Color HEX #98C103 Citrus

📋 copy color: '#98C103'

red 152 ◦ green 193 ◦ blue 3

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

Shades of Citrus #98C103

Tints of Citrus #98C103

RGB

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

 GREEN value IS 193 (75.78% from 255) = 55.46%

 BLUE value IS 3 (1.56% from 255) = 0.86%

R = 43.68%
G = 55.46%
B = 0.86%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#98C103 (or 0x98C103) is known color: Citrus. HEX triplet: 98, C1 and 03. RGB value is (152,193,3). Sum of RGB (Red+Green+Blue) = 152+193+3=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 193 (75.78% from 255 or 55.46% from 348); Blue value is 3 (1.56% from 255 or 0.86% from 348); Max value from RGB is 193 - color contains mainly: green. Hex color #98C103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C103 is #673EFC. Grayscale: #9F9F9F. Windows color (decimal): -6766333 or 246168. OLE color: 246168.

HSL color Cylindrical-coordinate representation of color #98C103: hue angle of 72.95º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #98C103 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 193 3 -
CMYK 0.21 0 0.98 0.24
HSL 72.95º 0.97% 0.38% -
HSV(B) 72.95º 0.98% 0.76% -
XYZ 32.04 44.82 7.05 -
YUV 159.08 39.92 122.95 -
System Red Green Blue C M Y K H S L
Decimal 152 193 3 0.21 0 0.98 0.24 72.95 0.97 0.38
Hex 98 C1 3 15 0 62 18 49 61 26
Octal 230 301 3 25 0 142 30 111 141 46
Binary 10011000 11000001 11 10101 0 1100010 11000 1001001 1100001 100110

Color Harmonies of #98C103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C103

Black with #98C103

Text Example


Text Example

White with #98C103

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,193,3); }

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

background-color css

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

 a { background-color: rgb(152,193,3); }

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

border-color css

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

 span { border-color: rgb(152,193,3); }

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