Html Css Color HEX #BDE40F Inch Worm

📋 copy color: '#BDE40F'

red 189 ◦ green 228 ◦ blue 15

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

Shades of Inch Worm #BDE40F

Tints of Inch Worm #BDE40F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 52.78%

 BLUE value IS 15 (6.25% from 255) = 3.47%

R = 43.75%
G = 52.78%
B = 3.47%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#BDE40F (or 0xBDE40F) is known color: Inch Worm. HEX triplet: BD, E4 and 0F. RGB value is (189,228,15). Sum of RGB (Red+Green+Blue) = 189+228+15=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 228 (89.45% from 255 or 52.78% from 432); Blue value is 15 (6.25% from 255 or 3.47% from 432); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE40F is #421BF0. Grayscale: #C0C0C0. Windows color (decimal): -4332529 or 1041597. OLE color: 1041597.

HSL color Cylindrical-coordinate representation of color #BDE40F: hue angle of 70.99º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDE40F is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 228 15 -
CMYK 0.17 0 0.93 0.11
HSL 70.99º 0.88% 0.48% -
HSV(B) 70.99º 0.93% 0.89% -
XYZ 48.82 66.34 10.68 -
YUV 192.06 28.08 125.82 -
System Red Green Blue C M Y K H S L
Decimal 189 228 15 0.17 0 0.93 0.11 70.99 0.88 0.48
Hex BD E4 F 11 0 5D B 47 58 30
Octal 275 344 17 21 0 135 13 107 130 60
Binary 10111101 11100100 1111 10001 0 1011101 1011 1000111 1011000 110000

Color Harmonies of #BDE40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE40F

Black with #BDE40F

Text Example


Text Example

White with #BDE40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE40F; }

 p { color: rgb(189,228,15); }

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

background-color css

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

 a { background-color: rgb(189,228,15); }

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

border-color css

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

 span { border-color: rgb(189,228,15); }

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