Html Css Color HEX #BDF520 Inch Worm

📋 copy color: '#BDF520'

red 189 ◦ green 245 ◦ blue 32

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

Shades of Inch Worm #BDF520

Tints of Inch Worm #BDF520

RGB

 RED value IS 189 (74.22% from 255) = 40.56%

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

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

R = 40.56%
G = 52.58%
B = 6.87%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#BDF520 (or 0xBDF520) is known color: Inch Worm. HEX triplet: BD, F5 and 20. RGB value is (189,245,32). Sum of RGB (Red+Green+Blue) = 189+245+32=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 245 (96.09% from 255 or 52.58% from 466); Blue value is 32 (12.89% from 255 or 6.87% from 466); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF520 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF520 is #420ADF. Grayscale: #CCCCCC. Windows color (decimal): -4328160 or 2160061. OLE color: 2160061.

HSL color Cylindrical-coordinate representation of color #BDF520: hue angle of 75.77º 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 #BDF520 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 245 32 -
CMYK 0.23 0 0.87 0.04
HSL 75.77º 0.91% 0.54% -
HSV(B) 75.77º 0.87% 0.96% -
XYZ 53.9 76.23 13.24 -
YUV 203.97 30.95 117.32 -
System Red Green Blue C M Y K H S L
Decimal 189 245 32 0.23 0 0.87 0.04 75.77 0.91 0.54
Hex BD F5 20 17 0 57 4 4C 5B 36
Octal 275 365 40 27 0 127 4 114 133 66
Binary 10111101 11110101 100000 10111 0 1010111 100 1001100 1011011 110110

Color Harmonies of #BDF520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF520

Black with #BDF520

Text Example


Text Example

White with #BDF520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF520; }

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

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

background-color css

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

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

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

border-color css

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

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

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