Html Css Color HEX #BDEC15 Inch Worm

📋 copy color: '#BDEC15'

red 189 ◦ green 236 ◦ blue 21

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

Shades of Inch Worm #BDEC15

Tints of Inch Worm #BDEC15

RGB

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

 GREEN value IS 236 (92.58% from 255) = 52.91%

 BLUE value IS 21 (8.59% from 255) = 4.71%

R = 42.38%
G = 52.91%
B = 4.71%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#BDEC15 (or 0xBDEC15) is known color: Inch Worm. HEX triplet: BD, EC and 15. RGB value is (189,236,21). Sum of RGB (Red+Green+Blue) = 189+236+21=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 236 (92.58% from 255 or 52.91% from 446); Blue value is 21 (8.59% from 255 or 4.71% from 446); Max value from RGB is 236 - color contains mainly: green. Hex color #BDEC15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDEC15 is #4213EA. Grayscale: #C6C6C6. Windows color (decimal): -4330475 or 1436861. OLE color: 1436861.

HSL color Cylindrical-coordinate representation of color #BDEC15: hue angle of 73.12º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDEC15 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 236 21 -
CMYK 0.20 0 0.91 0.07
HSL 73.12º 0.85% 0.5% -
HSV(B) 73.12º 0.91% 0.93% -
XYZ 51.12 70.86 11.69 -
YUV 197.44 28.43 121.98 -
System Red Green Blue C M Y K H S L
Decimal 189 236 21 0.20 0 0.91 0.07 73.12 0.85 0.5
Hex BD EC 15 14 0 5B 7 49 55 32
Octal 275 354 25 24 0 133 7 111 125 62
Binary 10111101 11101100 10101 10100 0 1011011 111 1001001 1010101 110010

Color Harmonies of #BDEC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEC15

Black with #BDEC15

Text Example


Text Example

White with #BDEC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEC15; }

 p { color: rgb(189,236,21); }

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

background-color css

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

 a { background-color: rgb(189,236,21); }

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

border-color css

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

 span { border-color: rgb(189,236,21); }

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