Html Css Color HEX #BDE915 Inch Worm

📋 copy color: '#BDE915'

red 189 ◦ green 233 ◦ blue 21

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

Shades of Inch Worm #BDE915

Tints of Inch Worm #BDE915

RGB

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

 GREEN value IS 233 (91.41% from 255) = 52.6%

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

R = 42.66%
G = 52.6%
B = 4.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#BDE915 (or 0xBDE915) is known color: Inch Worm. HEX triplet: BD, E9 and 15. RGB value is (189,233,21). Sum of RGB (Red+Green+Blue) = 189+233+21=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 233 (91.41% from 255 or 52.60% from 443); Blue value is 21 (8.59% from 255 or 4.74% from 443); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE915 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDE915 is #4216EA. Grayscale: #C4C4C4. Windows color (decimal): -4331243 or 1436093. OLE color: 1436093.

HSL color Cylindrical-coordinate representation of color #BDE915: hue angle of 72.45º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDE915 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 233 21 -
CMYK 0.19 0 0.91 0.09
HSL 72.45º 0.83% 0.5% -
HSV(B) 72.45º 0.91% 0.91% -
XYZ 50.26 69.15 11.41 -
YUV 195.68 29.42 123.24 -
System Red Green Blue C M Y K H S L
Decimal 189 233 21 0.19 0 0.91 0.09 72.45 0.83 0.5
Hex BD E9 15 13 0 5B 9 48 53 32
Octal 275 351 25 23 0 133 11 110 123 62
Binary 10111101 11101001 10101 10011 0 1011011 1001 1001000 1010011 110010

Color Harmonies of #BDE915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE915

Black with #BDE915

Text Example


Text Example

White with #BDE915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE915; }

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

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

background-color css

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

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

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

border-color css

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

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

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