Html Css Color HEX #BDE000 Inch Worm

📋 copy color: '#BDE000'

red 189 ◦ green 224 ◦ blue 0

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

Shades of Inch Worm #BDE000

Tints of Inch Worm #BDE000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.76%
G = 54.24%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#BDE000 (or 0xBDE000) is known color: Inch Worm. HEX triplet: BD, E0 and 00. RGB value is (189,224,0). Sum of RGB (Red+Green+Blue) = 189+224+0=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 224 (87.89% from 255 or 54.24% from 413); Blue value is 0 (0.39% from 255 or 0% from 413); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE000 is #421FFF. Grayscale: #BCBCBC. Windows color (decimal): -4333568 or 57533. OLE color: 57533.

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

Color convert

RGB 189 224 0 -
CMYK 0.16 0 1 0.12
HSL 69.38º 1% 0.44% -
HSV(B) 69.38º 1% 0.88% -
XYZ 47.64 64.13 9.87 -
YUV 188 21.9 128.71 -
System Red Green Blue C M Y K H S L
Decimal 189 224 0 0.16 0 1 0.12 69.38 1 0.44
Hex BD E0 0 10 0 64 C 45 64 2C
Octal 275 340 0 20 0 144 14 105 144 54
Binary 10111101 11100000 0 10000 0 1100100 1100 1000101 1100100 101100

Color Harmonies of #BDE000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE000

Black with #BDE000

Text Example


Text Example

White with #BDE000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE000; }

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

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

background-color css

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

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

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

border-color css

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

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

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