Html Css Color HEX #BDE019 Inch Worm

📋 copy color: '#BDE019'

red 189 ◦ green 224 ◦ blue 25

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

Shades of Inch Worm #BDE019

Tints of Inch Worm #BDE019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.71%

R = 43.15%
G = 51.14%
B = 5.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#BDE019 (or 0xBDE019) is known color: Inch Worm. HEX triplet: BD, E0 and 19. RGB value is (189,224,25). Sum of RGB (Red+Green+Blue) = 189+224+25=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 224 (87.89% from 255 or 51.14% from 438); Blue value is 25 (10.16% from 255 or 5.71% from 438); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE019 is #421FE6. Grayscale: #BFBFBF. Windows color (decimal): -4333543 or 1695933. OLE color: 1695933.

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

Color convert

RGB 189 224 25 -
CMYK 0.16 0 0.89 0.12
HSL 70.55º 0.8% 0.49% -
HSV(B) 70.55º 0.89% 0.88% -
XYZ 47.82 64.2 10.79 -
YUV 190.85 34.4 126.68 -
System Red Green Blue C M Y K H S L
Decimal 189 224 25 0.16 0 0.89 0.12 70.55 0.8 0.49
Hex BD E0 19 10 0 59 C 47 50 31
Octal 275 340 31 20 0 131 14 107 120 61
Binary 10111101 11100000 11001 10000 0 1011001 1100 1000111 1010000 110001

Color Harmonies of #BDE019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE019

Black with #BDE019

Text Example


Text Example

White with #BDE019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE019; }

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

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

background-color css

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

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

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

border-color css

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

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

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