Html Css Color HEX #BDE30F Inch Worm

📋 copy color: '#BDE30F'

red 189 ◦ green 227 ◦ blue 15

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

Shades of Inch Worm #BDE30F

Tints of Inch Worm #BDE30F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 52.67%

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

R = 43.85%
G = 52.67%
B = 3.48%

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

#BDE30F (or 0xBDE30F) is known color: Inch Worm. HEX triplet: BD, E3 and 0F. RGB value is (189,227,15). Sum of RGB (Red+Green+Blue) = 189+227+15=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 227 (89.06% from 255 or 52.67% from 431); Blue value is 15 (6.25% from 255 or 3.48% from 431); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE30F is #421CF0. Grayscale: #C0C0C0. Windows color (decimal): -4332785 or 1041341. OLE color: 1041341.

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

Color convert

RGB 189 227 15 -
CMYK 0.17 0 0.93 0.11
HSL 70.75º 0.88% 0.47% -
HSV(B) 70.75º 0.93% 0.89% -
XYZ 48.54 65.79 10.59 -
YUV 191.47 28.41 126.24 -
System Red Green Blue C M Y K H S L
Decimal 189 227 15 0.17 0 0.93 0.11 70.75 0.88 0.47
Hex BD E3 F 11 0 5D B 47 58 2F
Octal 275 343 17 21 0 135 13 107 130 57
Binary 10111101 11100011 1111 10001 0 1011101 1011 1000111 1011000 101111

Color Harmonies of #BDE30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE30F

Black with #BDE30F

Text Example


Text Example

White with #BDE30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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