Html Css Color HEX #BDF020 Inch Worm

📋 copy color: '#BDF020'

red 189 ◦ green 240 ◦ blue 32

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

Shades of Inch Worm #BDF020

Tints of Inch Worm #BDF020

RGB

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

 GREEN value IS 240 (94.14% from 255) = 52.06%

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

R = 41%
G = 52.06%
B = 6.94%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#BDF020 (or 0xBDF020) is known color: Inch Worm. HEX triplet: BD, F0 and 20. RGB value is (189,240,32). Sum of RGB (Red+Green+Blue) = 189+240+32=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 240 (94.14% from 255 or 52.06% from 461); Blue value is 32 (12.89% from 255 or 6.94% from 461); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF020 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF020 is #420FDF. Grayscale: #C9C9C9. Windows color (decimal): -4329440 or 2158781. OLE color: 2158781.

HSL color Cylindrical-coordinate representation of color #BDF020: hue angle of 74.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDF020 is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 32 -
CMYK 0.21 0 0.87 0.06
HSL 74.71º 0.87% 0.53% -
HSV(B) 74.71º 0.87% 0.94% -
XYZ 52.41 73.24 12.74 -
YUV 201.04 32.6 119.41 -
System Red Green Blue C M Y K H S L
Decimal 189 240 32 0.21 0 0.87 0.06 74.71 0.87 0.53
Hex BD F0 20 15 0 57 6 4B 57 35
Octal 275 360 40 25 0 127 6 113 127 65
Binary 10111101 11110000 100000 10101 0 1010111 110 1001011 1010111 110101

Color Harmonies of #BDF020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF020

Black with #BDF020

Text Example


Text Example

White with #BDF020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF020; }

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

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

background-color css

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

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

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

border-color css

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

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

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