Html Css Color HEX #BDF014 Inch Worm

📋 copy color: '#BDF014'

red 189 ◦ green 240 ◦ blue 20

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

Shades of Inch Worm #BDF014

Tints of Inch Worm #BDF014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.45%

R = 42.09%
G = 53.45%
B = 4.45%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#BDF014 (or 0xBDF014) is known color: Inch Worm. HEX triplet: BD, F0 and 14. RGB value is (189,240,20). Sum of RGB (Red+Green+Blue) = 189+240+20=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 240 (94.14% from 255 or 53.45% from 449); Blue value is 20 (8.20% from 255 or 4.45% from 449); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF014 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF014 is #420FEB. Grayscale: #C8C8C8. Windows color (decimal): -4329452 or 1372349. OLE color: 1372349.

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

Color convert

RGB 189 240 20 -
CMYK 0.21 0 0.92 0.06
HSL 73.91º 0.88% 0.51% -
HSV(B) 73.91º 0.92% 0.94% -
XYZ 52.27 73.19 12.03 -
YUV 199.67 26.6 120.39 -
System Red Green Blue C M Y K H S L
Decimal 189 240 20 0.21 0 0.92 0.06 73.91 0.88 0.51
Hex BD F0 14 15 0 5C 6 4A 58 33
Octal 275 360 24 25 0 134 6 112 130 63
Binary 10111101 11110000 10100 10101 0 1011100 110 1001010 1011000 110011

Color Harmonies of #BDF014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF014

Black with #BDF014

Text Example


Text Example

White with #BDF014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF014; }

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

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

background-color css

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

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

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

border-color css

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

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

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