Html Css Color HEX #BDE115 Inch Worm

📋 copy color: '#BDE115'

red 189 ◦ green 225 ◦ blue 21

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

Shades of Inch Worm #BDE115

Tints of Inch Worm #BDE115

RGB

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

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

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

R = 43.45%
G = 51.72%
B = 4.83%

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

#BDE115 (or 0xBDE115) is known color: Inch Worm. HEX triplet: BD, E1 and 15. RGB value is (189,225,21). Sum of RGB (Red+Green+Blue) = 189+225+21=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 225 (88.28% from 255 or 51.72% from 435); Blue value is 21 (8.59% from 255 or 4.83% from 435); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE115 is #421EEA. Grayscale: #BFBFBF. Windows color (decimal): -4333291 or 1434045. OLE color: 1434045.

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

Color convert

RGB 189 225 21 -
CMYK 0.16 0 0.91 0.12
HSL 70.59º 0.83% 0.48% -
HSV(B) 70.59º 0.91% 0.88% -
XYZ 48.05 64.72 10.67 -
YUV 190.98 32.07 126.59 -
System Red Green Blue C M Y K H S L
Decimal 189 225 21 0.16 0 0.91 0.12 70.59 0.83 0.48
Hex BD E1 15 10 0 5B C 47 53 30
Octal 275 341 25 20 0 133 14 107 123 60
Binary 10111101 11100001 10101 10000 0 1011011 1100 1000111 1010011 110000

Color Harmonies of #BDE115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE115

Black with #BDE115

Text Example


Text Example

White with #BDE115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE115; }

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

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

background-color css

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

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

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

border-color css

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

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

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