Html Css Color HEX #BDE015 Inch Worm

📋 copy color: '#BDE015'

red 189 ◦ green 224 ◦ blue 21

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

Shades of Inch Worm #BDE015

Tints of Inch Worm #BDE015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.84%

R = 43.55%
G = 51.61%
B = 4.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#BDE015 (or 0xBDE015) is known color: Inch Worm. HEX triplet: BD, E0 and 15. RGB value is (189,224,21). Sum of RGB (Red+Green+Blue) = 189+224+21=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 224 (87.89% from 255 or 51.61% from 434); Blue value is 21 (8.59% from 255 or 4.84% from 434); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE015 is #421FEA. Grayscale: #BFBFBF. Windows color (decimal): -4333547 or 1433789. OLE color: 1433789.

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

Color convert

RGB 189 224 21 -
CMYK 0.16 0 0.91 0.12
HSL 70.34º 0.83% 0.48% -
HSV(B) 70.34º 0.91% 0.88% -
XYZ 47.78 64.18 10.58 -
YUV 190.39 32.4 127.01 -
System Red Green Blue C M Y K H S L
Decimal 189 224 21 0.16 0 0.91 0.12 70.34 0.83 0.48
Hex BD E0 15 10 0 5B C 46 53 30
Octal 275 340 25 20 0 133 14 106 123 60
Binary 10111101 11100000 10101 10000 0 1011011 1100 1000110 1010011 110000

Color Harmonies of #BDE015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE015

Black with #BDE015

Text Example


Text Example

White with #BDE015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE015; }

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

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

background-color css

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

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

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

border-color css

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

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

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