#BDEB24

Color #BDEB24 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #BDEB24

Tints of Inch Worm #BDEB24

Color information

#BDEB24 (or 0xBDEB24) is unknown color: approx Inch Worm. HEX triplet: BD, EB and 24. RGB value is (189,235,36). Sum of RGB (Red+Green+Blue) = 189+235+36=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 235 (92.19% from 255 or 51.09% from 460); Blue value is 36 (14.45% from 255 or 7.83% from 460); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEB24 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEB24 is #4214DB. Grayscale: #C7C7C7. Windows color (decimal): -4330716 or 2419645. OLE color: 2419645.

HSL color Cylindrical-coordinate representation of color #BDEB24: hue angle of 73.87º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDEB24 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB18923536-
CMYK0.2000.850.08
HSL73.87º83.26%53.14%-
HSV(B)73.87º84.68%92.16%-
XYZ51.0170.3612.56-
YUV198.5636.26121.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.09%
GREEN value IS 235 (92.19% from 255) = 51.09%
BLUE value IS 36 (14.45% from 255) = 7.83%
R=41.09%
G=51.09%
B=7.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal189235360.2000.850.0873.8783.2653.14
HexBDEB241405584a5335
Octal275353442401251011212365
Binary10111101111010111001001010001010101100010010101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEB24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEB24; }

 p { color: rgb(189,235,36); }

 H1.HeaderClassName
 {
   color: #BDEB24;
 }
 .AnyTagClassName
 {
   color: #BDEB24;
 }
</style>
background-color css

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

 a { background-color: rgb(189,235,36); }

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

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

 span { border-color: rgb(189,235,36); }

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