Html Css Color HEX #95F102 Spring Bud

📋 copy color: '#95F102'

red 149 ◦ green 241 ◦ blue 2

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

Shades of Spring Bud #95F102

Tints of Spring Bud #95F102

RGB

 RED value IS 149 (58.59% from 255) = 38.01%

 GREEN value IS 241 (94.53% from 255) = 61.48%

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

R = 38.01%
G = 61.48%
B = 0.51%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#95F102 (or 0x95F102) is known color: Spring Bud. HEX triplet: 95, F1 and 02. RGB value is (149,241,2). Sum of RGB (Red+Green+Blue) = 149+241+2=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 241 (94.53% from 255 or 61.48% from 392); Blue value is 2 (1.17% from 255 or 0.51% from 392); Max value from RGB is 241 - color contains mainly: green. Hex color #95F102 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95F102 is #6A0EFD. Grayscale: #BBBBBB. Windows color (decimal): -6950654 or 192917. OLE color: 192917.

HSL color Cylindrical-coordinate representation of color #95F102: hue angle of 83.1º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95F102 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 241 2 -
CMYK 0.38 0 0.99 0.05
HSL 83.1º 0.98% 0.48% -
HSV(B) 83.1º 0.99% 0.95% -
XYZ 43.86 69.3 11.12 -
YUV 186.25 24.02 101.43 -
System Red Green Blue C M Y K H S L
Decimal 149 241 2 0.38 0 0.99 0.05 83.1 0.98 0.48
Hex 95 F1 2 26 0 63 5 53 62 30
Octal 225 361 2 46 0 143 5 123 142 60
Binary 10010101 11110001 10 100110 0 1100011 101 1010011 1100010 110000

Color Harmonies of #95F102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F102

Black with #95F102

Text Example


Text Example

White with #95F102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95F102; }

 p { color: rgb(149,241,2); }

 H1.HeaderClassName
 {
   color: #95F102;
 }
 .AnyTagClassName
 {
   color: #95F102;
 }
</style>

background-color css

<style>
 a { background-color: #95F102; }

 a { background-color: rgb(149,241,2); }

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

border-color css

<style>
 span { border-color: #95F102; }

 span { border-color: rgb(149,241,2); }

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