Html Css Color HEX #BFF520 Inch Worm

📋 copy color: '#BFF520'

red 191 ◦ green 245 ◦ blue 32

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

Shades of Inch Worm #BFF520

Tints of Inch Worm #BFF520

RGB

 RED value IS 191 (75% from 255) = 40.81%

 GREEN value IS 245 (96.09% from 255) = 52.35%

 BLUE value IS 32 (12.89% from 255) = 6.84%

R = 40.81%
G = 52.35%
B = 6.84%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#BFF520 (or 0xBFF520) is known color: Inch Worm. HEX triplet: BF, F5 and 20. RGB value is (191,245,32). Sum of RGB (Red+Green+Blue) = 191+245+32=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 245 (96.09% from 255 or 52.35% from 468); Blue value is 32 (12.89% from 255 or 6.84% from 468); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF520 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF520 is #400ADF. Grayscale: #CDCDCD. Windows color (decimal): -4197088 or 2160063. OLE color: 2160063.

HSL color Cylindrical-coordinate representation of color #BFF520: hue angle of 75.21º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFF520 is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 245 32 -
CMYK 0.22 0 0.87 0.04
HSL 75.21º 0.91% 0.54% -
HSV(B) 75.21º 0.87% 0.96% -
XYZ 54.4 76.49 13.26 -
YUV 204.57 30.61 118.32 -
System Red Green Blue C M Y K H S L
Decimal 191 245 32 0.22 0 0.87 0.04 75.21 0.91 0.54
Hex BF F5 20 16 0 57 4 4B 5B 36
Octal 277 365 40 26 0 127 4 113 133 66
Binary 10111111 11110101 100000 10110 0 1010111 100 1001011 1011011 110110

Color Harmonies of #BFF520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF520

Black with #BFF520

Text Example


Text Example

White with #BFF520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF520; }

 p { color: rgb(191,245,32); }

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

background-color css

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

 a { background-color: rgb(191,245,32); }

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

border-color css

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

 span { border-color: rgb(191,245,32); }

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