Html Css Color HEX #BDE200 Inch Worm

📋 copy color: '#BDE200'

red 189 ◦ green 226 ◦ blue 0

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

Shades of Inch Worm #BDE200

Tints of Inch Worm #BDE200

RGB

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

 GREEN value IS 226 (88.67% from 255) = 54.46%

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

R = 45.54%
G = 54.46%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#BDE200 (or 0xBDE200) is known color: Inch Worm. HEX triplet: BD, E2 and 00. RGB value is (189,226,0). Sum of RGB (Red+Green+Blue) = 189+226+0=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 226 (88.67% from 255 or 54.46% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE200 is #421DFF. Grayscale: #BEBEBE. Windows color (decimal): -4333056 or 58045. OLE color: 58045.

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

Color convert

RGB 189 226 0 -
CMYK 0.16 0 1 0.11
HSL 69.82º 1% 0.44% -
HSV(B) 69.82º 1% 0.89% -
XYZ 48.18 65.21 10.05 -
YUV 189.17 21.24 127.88 -
System Red Green Blue C M Y K H S L
Decimal 189 226 0 0.16 0 1 0.11 69.82 1 0.44
Hex BD E2 0 10 0 64 B 46 64 2C
Octal 275 342 0 20 0 144 13 106 144 54
Binary 10111101 11100010 0 10000 0 1100100 1011 1000110 1100100 101100

Color Harmonies of #BDE200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE200

Black with #BDE200

Text Example


Text Example

White with #BDE200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE200; }

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

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

background-color css

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

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

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

border-color css

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

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

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