Html Css Color HEX #98CF07 Citrus

📋 copy color: '#98CF07'

red 152 ◦ green 207 ◦ blue 7

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

Shades of Citrus #98CF07

Tints of Citrus #98CF07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.91%

R = 41.53%
G = 56.56%
B = 1.91%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#98CF07 (or 0x98CF07) is known color: Citrus. HEX triplet: 98, CF and 07. RGB value is (152,207,7). Sum of RGB (Red+Green+Blue) = 152+207+7=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 207 (81.25% from 255 or 56.56% from 366); Blue value is 7 (3.12% from 255 or 1.91% from 366); Max value from RGB is 207 - color contains mainly: green. Hex color #98CF07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98CF07 is #6730F8. Grayscale: #A8A8A8. Windows color (decimal): -6762745 or 511896. OLE color: 511896.

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

Color convert

RGB 152 207 7 -
CMYK 0.27 0 0.97 0.19
HSL 76.5º 0.93% 0.42% -
HSV(B) 76.5º 0.97% 0.81% -
XYZ 35.3 51.32 8.25 -
YUV 167.76 37.28 116.76 -
System Red Green Blue C M Y K H S L
Decimal 152 207 7 0.27 0 0.97 0.19 76.5 0.93 0.42
Hex 98 CF 7 1B 0 61 13 4C 5D 2A
Octal 230 317 7 33 0 141 23 114 135 52
Binary 10011000 11001111 111 11011 0 1100001 10011 1001100 1011101 101010

Color Harmonies of #98CF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CF07

Black with #98CF07

Text Example


Text Example

White with #98CF07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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