Html Css Color HEX #BDE70E Inch Worm

📋 copy color: '#BDE70E'

red 189 ◦ green 231 ◦ blue 14

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

Shades of Inch Worm #BDE70E

Tints of Inch Worm #BDE70E

RGB

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

 GREEN value IS 231 (90.63% from 255) = 53.23%

 BLUE value IS 14 (5.86% from 255) = 3.23%

R = 43.55%
G = 53.23%
B = 3.23%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#BDE70E (or 0xBDE70E) is known color: Inch Worm. HEX triplet: BD, E7 and 0E. RGB value is (189,231,14). Sum of RGB (Red+Green+Blue) = 189+231+14=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 231 (90.62% from 255 or 53.23% from 434); Blue value is 14 (5.86% from 255 or 3.23% from 434); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE70E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDE70E is #4218F1. Grayscale: #C2C2C2. Windows color (decimal): -4331762 or 976829. OLE color: 976829.

HSL color Cylindrical-coordinate representation of color #BDE70E: hue angle of 71.61º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDE70E is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 231 14 -
CMYK 0.18 0 0.94 0.09
HSL 71.61º 0.89% 0.48% -
HSV(B) 71.61º 0.94% 0.91% -
XYZ 49.64 68 10.92 -
YUV 193.7 26.59 124.64 -
System Red Green Blue C M Y K H S L
Decimal 189 231 14 0.18 0 0.94 0.09 71.61 0.89 0.48
Hex BD E7 E 12 0 5E 9 48 59 30
Octal 275 347 16 22 0 136 11 110 131 60
Binary 10111101 11100111 1110 10010 0 1011110 1001 1001000 1011001 110000

Color Harmonies of #BDE70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE70E

Black with #BDE70E

Text Example


Text Example

White with #BDE70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE70E; }

 p { color: rgb(189,231,14); }

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

background-color css

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

 a { background-color: rgb(189,231,14); }

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

border-color css

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

 span { border-color: rgb(189,231,14); }

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