Html Css Color HEX #BDE313 Inch Worm

📋 copy color: '#BDE313'

red 189 ◦ green 227 ◦ blue 19

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

Shades of Inch Worm #BDE313

Tints of Inch Worm #BDE313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.37%

R = 43.45%
G = 52.18%
B = 4.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#BDE313 (or 0xBDE313) is known color: Inch Worm. HEX triplet: BD, E3 and 13. RGB value is (189,227,19). Sum of RGB (Red+Green+Blue) = 189+227+19=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 227 (89.06% from 255 or 52.18% from 435); Blue value is 19 (7.81% from 255 or 4.37% from 435); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE313 is #421CEC. Grayscale: #C0C0C0. Windows color (decimal): -4332781 or 1303485. OLE color: 1303485.

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

Color convert

RGB 189 227 19 -
CMYK 0.17 0 0.92 0.11
HSL 70.96º 0.85% 0.48% -
HSV(B) 70.96º 0.92% 0.89% -
XYZ 48.57 65.8 10.76 -
YUV 191.93 30.41 125.91 -
System Red Green Blue C M Y K H S L
Decimal 189 227 19 0.17 0 0.92 0.11 70.96 0.85 0.48
Hex BD E3 13 11 0 5C B 47 55 30
Octal 275 343 23 21 0 134 13 107 125 60
Binary 10111101 11100011 10011 10001 0 1011100 1011 1000111 1010101 110000

Color Harmonies of #BDE313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE313

Black with #BDE313

Text Example


Text Example

White with #BDE313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE313; }

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

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

background-color css

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

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

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

border-color css

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

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

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