Html Css Color HEX #BDF01E Inch Worm

📋 copy color: '#BDF01E'

red 189 ◦ green 240 ◦ blue 30

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

Shades of Inch Worm #BDF01E

Tints of Inch Worm #BDF01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.54%

R = 41.18%
G = 52.29%
B = 6.54%

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

#BDF01E (or 0xBDF01E) is known color: Inch Worm. HEX triplet: BD, F0 and 1E. RGB value is (189,240,30). Sum of RGB (Red+Green+Blue) = 189+240+30=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 240 (94.14% from 255 or 52.29% from 459); Blue value is 30 (12.11% from 255 or 6.54% from 459); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF01E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF01E is #420FE1. Grayscale: #C9C9C9. Windows color (decimal): -4329442 or 2027709. OLE color: 2027709.

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

Color convert

RGB 189 240 30 -
CMYK 0.21 0 0.87 0.06
HSL 74.57º 0.88% 0.53% -
HSV(B) 74.57º 0.88% 0.94% -
XYZ 52.38 73.23 12.6 -
YUV 200.81 31.6 119.58 -
System Red Green Blue C M Y K H S L
Decimal 189 240 30 0.21 0 0.87 0.06 74.57 0.88 0.53
Hex BD F0 1E 15 0 57 6 4B 58 35
Octal 275 360 36 25 0 127 6 113 130 65
Binary 10111101 11110000 11110 10101 0 1010111 110 1001011 1011000 110101

Color Harmonies of #BDF01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF01E

Black with #BDF01E

Text Example


Text Example

White with #BDF01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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