Html Css Color HEX #BDE514 Inch Worm

📋 copy color: '#BDE514'

red 189 ◦ green 229 ◦ blue 20

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

Shades of Inch Worm #BDE514

Tints of Inch Worm #BDE514

RGB

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

 GREEN value IS 229 (89.84% from 255) = 52.28%

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

R = 43.15%
G = 52.28%
B = 4.57%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#BDE514 (or 0xBDE514) is known color: Inch Worm. HEX triplet: BD, E5 and 14. RGB value is (189,229,20). Sum of RGB (Red+Green+Blue) = 189+229+20=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 229 (89.84% from 255 or 52.28% from 438); Blue value is 20 (8.20% from 255 or 4.57% from 438); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE514 is #421AEB. Grayscale: #C2C2C2. Windows color (decimal): -4332268 or 1369533. OLE color: 1369533.

HSL color Cylindrical-coordinate representation of color #BDE514: hue angle of 71.48º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDE514 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 229 20 -
CMYK 0.17 0 0.91 0.10
HSL 71.48º 0.84% 0.49% -
HSV(B) 71.48º 0.91% 0.9% -
XYZ 49.13 66.91 10.99 -
YUV 193.21 30.25 124.99 -
System Red Green Blue C M Y K H S L
Decimal 189 229 20 0.17 0 0.91 0.10 71.48 0.84 0.49
Hex BD E5 14 11 0 5B A 47 54 31
Octal 275 345 24 21 0 133 12 107 124 61
Binary 10111101 11100101 10100 10001 0 1011011 1010 1000111 1010100 110001

Color Harmonies of #BDE514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE514

Black with #BDE514

Text Example


Text Example

White with #BDE514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE514; }

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

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

background-color css

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

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

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

border-color css

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

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

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