Html Css Color HEX #BDE518 Inch Worm

📋 copy color: '#BDE518'

red 189 ◦ green 229 ◦ blue 24

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

Shades of Inch Worm #BDE518

Tints of Inch Worm #BDE518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.43%

R = 42.76%
G = 51.81%
B = 5.43%

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

#BDE518 (or 0xBDE518) is known color: Inch Worm. HEX triplet: BD, E5 and 18. RGB value is (189,229,24). Sum of RGB (Red+Green+Blue) = 189+229+24=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 229 (89.84% from 255 or 51.81% from 442); Blue value is 24 (9.77% from 255 or 5.43% from 442); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE518 is #421AE7. Grayscale: #C2C2C2. Windows color (decimal): -4332264 or 1631677. OLE color: 1631677.

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

Color convert

RGB 189 229 24 -
CMYK 0.17 0 0.90 0.10
HSL 71.71º 0.81% 0.5% -
HSV(B) 71.71º 0.9% 0.9% -
XYZ 49.17 66.92 11.19 -
YUV 193.67 32.25 124.67 -
System Red Green Blue C M Y K H S L
Decimal 189 229 24 0.17 0 0.90 0.10 71.71 0.81 0.5
Hex BD E5 18 11 0 5A A 48 51 32
Octal 275 345 30 21 0 132 12 110 121 62
Binary 10111101 11100101 11000 10001 0 1011010 1010 1001000 1010001 110010

Color Harmonies of #BDE518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE518

Black with #BDE518

Text Example


Text Example

White with #BDE518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE518; }

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

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

background-color css

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

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

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

border-color css

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

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

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