Html Css Color HEX #BDDE00 Inch Worm

📋 copy color: '#BDDE00'

red 189 ◦ green 222 ◦ blue 0

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

Shades of Inch Worm #BDDE00

Tints of Inch Worm #BDDE00

RGB

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

 GREEN value IS 222 (87.11% from 255) = 54.01%

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

R = 45.99%
G = 54.01%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#BDDE00 (or 0xBDDE00) is known color: Inch Worm. HEX triplet: BD, DE and 00. RGB value is (189,222,0). Sum of RGB (Red+Green+Blue) = 189+222+0=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 222 (87.11% from 255 or 54.01% from 411); Blue value is 0 (0.39% from 255 or 0% from 411); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDE00 is #4221FF. Grayscale: #BBBBBB. Windows color (decimal): -4334080 or 57021. OLE color: 57021.

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

Color convert

RGB 189 222 0 -
CMYK 0.15 0 1 0.13
HSL 68.92º 1% 0.44% -
HSV(B) 68.92º 1% 0.87% -
XYZ 47.11 63.06 9.69 -
YUV 186.83 22.57 129.55 -
System Red Green Blue C M Y K H S L
Decimal 189 222 0 0.15 0 1 0.13 68.92 1 0.44
Hex BD DE 0 F 0 64 D 45 64 2C
Octal 275 336 0 17 0 144 15 105 144 54
Binary 10111101 11011110 0 1111 0 1100100 1101 1000101 1100100 101100

Color Harmonies of #BDDE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDE00

Black with #BDDE00

Text Example


Text Example

White with #BDDE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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