Html Css Color HEX #BDE014 Inch Worm

📋 copy color: '#BDE014'

red 189 ◦ green 224 ◦ blue 20

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

Shades of Inch Worm #BDE014

Tints of Inch Worm #BDE014

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.73%

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

R = 43.65%
G = 51.73%
B = 4.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#BDE014 (or 0xBDE014) is known color: Inch Worm. HEX triplet: BD, E0 and 14. RGB value is (189,224,20). Sum of RGB (Red+Green+Blue) = 189+224+20=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 224 (87.89% from 255 or 51.73% from 433); Blue value is 20 (8.20% from 255 or 4.62% from 433); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE014 is #421FEB. Grayscale: #BFBFBF. Windows color (decimal): -4333548 or 1368253. OLE color: 1368253.

HSL color Cylindrical-coordinate representation of color #BDE014: hue angle of 70.29º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDE014 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 20 -
CMYK 0.16 0 0.91 0.12
HSL 70.29º 0.84% 0.48% -
HSV(B) 70.29º 0.91% 0.88% -
XYZ 47.77 64.18 10.53 -
YUV 190.28 31.9 127.09 -
System Red Green Blue C M Y K H S L
Decimal 189 224 20 0.16 0 0.91 0.12 70.29 0.84 0.48
Hex BD E0 14 10 0 5B C 46 54 30
Octal 275 340 24 20 0 133 14 106 124 60
Binary 10111101 11100000 10100 10000 0 1011011 1100 1000110 1010100 110000

Color Harmonies of #BDE014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE014

Black with #BDE014

Text Example


Text Example

White with #BDE014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE014; }

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

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

background-color css

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

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

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

border-color css

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

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

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