Html Css Color HEX #BDE517 Inch Worm

📋 copy color: '#BDE517'

red 189 ◦ green 229 ◦ blue 23

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

Shades of Inch Worm #BDE517

Tints of Inch Worm #BDE517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.22%

R = 42.86%
G = 51.93%
B = 5.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#BDE517 (or 0xBDE517) is known color: Inch Worm. HEX triplet: BD, E5 and 17. RGB value is (189,229,23). Sum of RGB (Red+Green+Blue) = 189+229+23=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 229 (89.84% from 255 or 51.93% from 441); Blue value is 23 (9.38% from 255 or 5.22% from 441); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE517 is #421AE8. Grayscale: #C2C2C2. Windows color (decimal): -4332265 or 1566141. OLE color: 1566141.

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

Color convert

RGB 189 229 23 -
CMYK 0.17 0 0.90 0.10
HSL 71.65º 0.82% 0.49% -
HSV(B) 71.65º 0.9% 0.9% -
XYZ 49.16 66.92 11.14 -
YUV 193.56 31.75 124.75 -
System Red Green Blue C M Y K H S L
Decimal 189 229 23 0.17 0 0.90 0.10 71.65 0.82 0.49
Hex BD E5 17 11 0 5A A 48 52 31
Octal 275 345 27 21 0 132 12 110 122 61
Binary 10111101 11100101 10111 10001 0 1011010 1010 1001000 1010010 110001

Color Harmonies of #BDE517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE517

Black with #BDE517

Text Example


Text Example

White with #BDE517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE517; }

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

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

background-color css

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

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

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

border-color css

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

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

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