Html Css Color HEX #BDE41A Inch Worm

📋 copy color: '#BDE41A'

red 189 ◦ green 228 ◦ blue 26

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

Shades of Inch Worm #BDE41A

Tints of Inch Worm #BDE41A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 51.47%

 BLUE value IS 26 (10.55% from 255) = 5.87%

R = 42.66%
G = 51.47%
B = 5.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#BDE41A (or 0xBDE41A) is known color: Inch Worm. HEX triplet: BD, E4 and 1A. RGB value is (189,228,26). Sum of RGB (Red+Green+Blue) = 189+228+26=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 228 (89.45% from 255 or 51.47% from 443); Blue value is 26 (10.55% from 255 or 5.87% from 443); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE41A is #421BE5. Grayscale: #C2C2C2. Windows color (decimal): -4332518 or 1762493. OLE color: 1762493.

HSL color Cylindrical-coordinate representation of color #BDE41A: hue angle of 71.58º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDE41A is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 228 26 -
CMYK 0.17 0 0.89 0.11
HSL 71.58º 0.8% 0.5% -
HSV(B) 71.58º 0.89% 0.89% -
XYZ 48.92 66.38 11.21 -
YUV 193.31 33.58 124.93 -
System Red Green Blue C M Y K H S L
Decimal 189 228 26 0.17 0 0.89 0.11 71.58 0.8 0.5
Hex BD E4 1A 11 0 59 B 48 50 32
Octal 275 344 32 21 0 131 13 110 120 62
Binary 10111101 11100100 11010 10001 0 1011001 1011 1001000 1010000 110010

Color Harmonies of #BDE41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE41A

Black with #BDE41A

Text Example


Text Example

White with #BDE41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE41A; }

 p { color: rgb(189,228,26); }

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

background-color css

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

 a { background-color: rgb(189,228,26); }

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

border-color css

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

 span { border-color: rgb(189,228,26); }

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