Html Css Color HEX #BDE00E Inch Worm

📋 copy color: '#BDE00E'

red 189 ◦ green 224 ◦ blue 14

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

Shades of Inch Worm #BDE00E

Tints of Inch Worm #BDE00E

RGB

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

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

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

R = 44.26%
G = 52.46%
B = 3.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#BDE00E (or 0xBDE00E) is known color: Inch Worm. HEX triplet: BD, E0 and 0E. RGB value is (189,224,14). Sum of RGB (Red+Green+Blue) = 189+224+14=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 224 (87.89% from 255 or 52.46% from 427); Blue value is 14 (5.86% from 255 or 3.28% from 427); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE00E is #421FF1. Grayscale: #BEBEBE. Windows color (decimal): -4333554 or 975037. OLE color: 975037.

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

Color convert

RGB 189 224 14 -
CMYK 0.16 0 0.94 0.12
HSL 70º 0.88% 0.47% -
HSV(B) 70º 0.94% 0.88% -
XYZ 47.72 64.16 10.28 -
YUV 189.6 28.9 127.58 -
System Red Green Blue C M Y K H S L
Decimal 189 224 14 0.16 0 0.94 0.12 70 0.88 0.47
Hex BD E0 E 10 0 5E C 46 58 2F
Octal 275 340 16 20 0 136 14 106 130 57
Binary 10111101 11100000 1110 10000 0 1011110 1100 1000110 1011000 101111

Color Harmonies of #BDE00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE00E

Black with #BDE00E

Text Example


Text Example

White with #BDE00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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