Html Css Color HEX #98EC02 Spring Bud

📋 copy color: '#98EC02'

red 152 ◦ green 236 ◦ blue 2

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

Shades of Spring Bud #98EC02

Tints of Spring Bud #98EC02

RGB

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

 GREEN value IS 236 (92.58% from 255) = 60.51%

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 38.97%
G = 60.51%
B = 0.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#98EC02 (or 0x98EC02) is known color: Spring Bud. HEX triplet: 98, EC and 02. RGB value is (152,236,2). Sum of RGB (Red+Green+Blue) = 152+236+2=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 236 (92.58% from 255 or 60.51% from 390); Blue value is 2 (1.17% from 255 or 0.51% from 390); Max value from RGB is 236 - color contains mainly: green. Hex color #98EC02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98EC02 is #6713FD. Grayscale: #B9B9B9. Windows color (decimal): -6755326 or 191640. OLE color: 191640.

HSL color Cylindrical-coordinate representation of color #98EC02: hue angle of 81.54º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #98EC02 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 236 2 -
CMYK 0.36 0 0.99 0.07
HSL 81.54º 0.98% 0.47% -
HSV(B) 81.54º 0.99% 0.93% -
XYZ 42.96 66.67 10.66 -
YUV 184.21 25.17 105.03 -
System Red Green Blue C M Y K H S L
Decimal 152 236 2 0.36 0 0.99 0.07 81.54 0.98 0.47
Hex 98 EC 2 24 0 63 7 52 62 2F
Octal 230 354 2 44 0 143 7 122 142 57
Binary 10011000 11101100 10 100100 0 1100011 111 1010010 1100010 101111

Color Harmonies of #98EC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98EC02

Black with #98EC02

Text Example


Text Example

White with #98EC02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,236,2); }

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

background-color css

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

 a { background-color: rgb(152,236,2); }

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

border-color css

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

 span { border-color: rgb(152,236,2); }

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