Html Css Color HEX #BDE011 Inch Worm

📋 copy color: '#BDE011'

red 189 ◦ green 224 ◦ blue 17

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

Shades of Inch Worm #BDE011

Tints of Inch Worm #BDE011

RGB

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

 GREEN value IS 224 (87.89% from 255) = 52.09%

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

R = 43.95%
G = 52.09%
B = 3.95%

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

#BDE011 (or 0xBDE011) is known color: Inch Worm. HEX triplet: BD, E0 and 11. RGB value is (189,224,17). Sum of RGB (Red+Green+Blue) = 189+224+17=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 224 (87.89% from 255 or 52.09% from 430); Blue value is 17 (7.03% from 255 or 3.95% from 430); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE011 is #421FEE. Grayscale: #BEBEBE. Windows color (decimal): -4333551 or 1171645. OLE color: 1171645.

HSL color Cylindrical-coordinate representation of color #BDE011: hue angle of 70.14º 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 #BDE011 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 17 -
CMYK 0.16 0 0.92 0.12
HSL 70.14º 0.86% 0.47% -
HSV(B) 70.14º 0.92% 0.88% -
XYZ 47.74 64.17 10.4 -
YUV 189.94 30.4 127.33 -
System Red Green Blue C M Y K H S L
Decimal 189 224 17 0.16 0 0.92 0.12 70.14 0.86 0.47
Hex BD E0 11 10 0 5C C 46 56 2F
Octal 275 340 21 20 0 134 14 106 126 57
Binary 10111101 11100000 10001 10000 0 1011100 1100 1000110 1010110 101111

Color Harmonies of #BDE011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE011

Black with #BDE011

Text Example


Text Example

White with #BDE011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE011; }

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

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

background-color css

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

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

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

border-color css

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

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

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