Html Css Color HEX #98CF09 Citrus

📋 copy color: '#98CF09'

red 152 ◦ green 207 ◦ blue 9

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

Shades of Citrus #98CF09

Tints of Citrus #98CF09

RGB

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

 GREEN value IS 207 (81.25% from 255) = 56.25%

 BLUE value IS 9 (3.91% from 255) = 2.45%

R = 41.3%
G = 56.25%
B = 2.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#98CF09 (or 0x98CF09) is known color: Citrus. HEX triplet: 98, CF and 09. RGB value is (152,207,9). Sum of RGB (Red+Green+Blue) = 152+207+9=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 207 (81.25% from 255 or 56.25% from 368); Blue value is 9 (3.91% from 255 or 2.45% from 368); Max value from RGB is 207 - color contains mainly: green. Hex color #98CF09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98CF09 is #6730F6. Grayscale: #A8A8A8. Windows color (decimal): -6762743 or 642968. OLE color: 642968.

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

Color convert

RGB 152 207 9 -
CMYK 0.27 0 0.96 0.19
HSL 76.67º 0.92% 0.42% -
HSV(B) 76.67º 0.96% 0.81% -
XYZ 35.31 51.32 8.3 -
YUV 167.98 38.28 116.6 -
System Red Green Blue C M Y K H S L
Decimal 152 207 9 0.27 0 0.96 0.19 76.67 0.92 0.42
Hex 98 CF 9 1B 0 60 13 4D 5C 2A
Octal 230 317 11 33 0 140 23 115 134 52
Binary 10011000 11001111 1001 11011 0 1100000 10011 1001101 1011100 101010

Color Harmonies of #98CF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CF09

Black with #98CF09

Text Example


Text Example

White with #98CF09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,207,9); }

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

background-color css

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

 a { background-color: rgb(152,207,9); }

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

border-color css

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

 span { border-color: rgb(152,207,9); }

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