Html Css Color HEX #BDE111 Inch Worm

📋 copy color: '#BDE111'

red 189 ◦ green 225 ◦ blue 17

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

Shades of Inch Worm #BDE111

Tints of Inch Worm #BDE111

RGB

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

 GREEN value IS 225 (88.28% from 255) = 52.2%

 BLUE value IS 17 (7.03% from 255) = 3.94%

R = 43.85%
G = 52.2%
B = 3.94%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#BDE111 (or 0xBDE111) is known color: Inch Worm. HEX triplet: BD, E1 and 11. RGB value is (189,225,17). Sum of RGB (Red+Green+Blue) = 189+225+17=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 225 (88.28% from 255 or 52.20% from 431); Blue value is 17 (7.03% from 255 or 3.94% from 431); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE111 is #421EEE. Grayscale: #BFBFBF. Windows color (decimal): -4333295 or 1171901. OLE color: 1171901.

HSL color Cylindrical-coordinate representation of color #BDE111: hue angle of 70.38º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDE111 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 225 17 -
CMYK 0.16 0 0.92 0.12
HSL 70.38º 0.86% 0.47% -
HSV(B) 70.38º 0.92% 0.88% -
XYZ 48.01 64.71 10.49 -
YUV 190.52 30.07 126.91 -
System Red Green Blue C M Y K H S L
Decimal 189 225 17 0.16 0 0.92 0.12 70.38 0.86 0.47
Hex BD E1 11 10 0 5C C 46 56 2F
Octal 275 341 21 20 0 134 14 106 126 57
Binary 10111101 11100001 10001 10000 0 1011100 1100 1000110 1010110 101111

Color Harmonies of #BDE111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE111

Black with #BDE111

Text Example


Text Example

White with #BDE111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE111; }

 p { color: rgb(189,225,17); }

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

background-color css

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

 a { background-color: rgb(189,225,17); }

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

border-color css

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

 span { border-color: rgb(189,225,17); }

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