Html Css Color HEX #98CE04 Citrus

📋 copy color: '#98CE04'

red 152 ◦ green 206 ◦ blue 4

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

Shades of Citrus #98CE04

Tints of Citrus #98CE04

RGB

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

 GREEN value IS 206 (80.86% from 255) = 56.91%

 BLUE value IS 4 (1.95% from 255) = 1.1%

R = 41.99%
G = 56.91%
B = 1.1%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#98CE04 (or 0x98CE04) is known color: Citrus. HEX triplet: 98, CE and 04. RGB value is (152,206,4). Sum of RGB (Red+Green+Blue) = 152+206+4=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 206 (80.86% from 255 or 56.91% from 362); Blue value is 4 (1.95% from 255 or 1.10% from 362); Max value from RGB is 206 - color contains mainly: green. Hex color #98CE04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98CE04 is #6731FB. Grayscale: #A7A7A7. Windows color (decimal): -6763004 or 315032. OLE color: 315032.

HSL color Cylindrical-coordinate representation of color #98CE04: hue angle of 76.04º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #98CE04 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 206 4 -
CMYK 0.26 0 0.98 0.19
HSL 76.04º 0.96% 0.41% -
HSV(B) 76.04º 0.98% 0.81% -
XYZ 35.04 50.83 8.08 -
YUV 166.83 36.11 117.43 -
System Red Green Blue C M Y K H S L
Decimal 152 206 4 0.26 0 0.98 0.19 76.04 0.96 0.41
Hex 98 CE 4 1A 0 62 13 4C 60 29
Octal 230 316 4 32 0 142 23 114 140 51
Binary 10011000 11001110 100 11010 0 1100010 10011 1001100 1100000 101001

Color Harmonies of #98CE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CE04

Black with #98CE04

Text Example


Text Example

White with #98CE04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,206,4); }

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

background-color css

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

 a { background-color: rgb(152,206,4); }

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

border-color css

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

 span { border-color: rgb(152,206,4); }

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