Html Css Color HEX #98C30F Citrus

📋 copy color: '#98C30F'

red 152 ◦ green 195 ◦ blue 15

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

Shades of Citrus #98C30F

Tints of Citrus #98C30F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.87%

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

R = 41.99%
G = 53.87%
B = 4.14%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#98C30F (or 0x98C30F) is known color: Citrus. HEX triplet: 98, C3 and 0F. RGB value is (152,195,15). Sum of RGB (Red+Green+Blue) = 152+195+15=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 195 (76.56% from 255 or 53.87% from 362); Blue value is 15 (6.25% from 255 or 4.14% from 362); Max value from RGB is 195 - color contains mainly: green. Hex color #98C30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C30F is #673CF0. Grayscale: #A2A2A2. Windows color (decimal): -6765809 or 1033112. OLE color: 1033112.

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

Color convert

RGB 152 195 15 -
CMYK 0.22 0 0.92 0.24
HSL 74.33º 0.86% 0.41% -
HSV(B) 74.33º 0.92% 0.76% -
XYZ 32.55 45.74 7.57 -
YUV 161.62 45.25 121.14 -
System Red Green Blue C M Y K H S L
Decimal 152 195 15 0.22 0 0.92 0.24 74.33 0.86 0.41
Hex 98 C3 F 16 0 5C 18 4A 56 29
Octal 230 303 17 26 0 134 30 112 126 51
Binary 10011000 11000011 1111 10110 0 1011100 11000 1001010 1010110 101001

Color Harmonies of #98C30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C30F

Black with #98C30F

Text Example


Text Example

White with #98C30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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