Html Css Color HEX #BDD800 Inch Worm

📋 copy color: '#BDD800'

red 189 ◦ green 216 ◦ blue 0

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

Shades of Inch Worm #BDD800

Tints of Inch Worm #BDD800

RGB

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

 GREEN value IS 216 (84.77% from 255) = 53.33%

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

R = 46.67%
G = 53.33%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#BDD800 (or 0xBDD800) is known color: Inch Worm. HEX triplet: BD, D8 and 00. RGB value is (189,216,0). Sum of RGB (Red+Green+Blue) = 189+216+0=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 216 (84.77% from 255 or 53.33% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD800 is #4227FF. Grayscale: #B8B8B8. Windows color (decimal): -4335616 or 55485. OLE color: 55485.

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

Color convert

RGB 189 216 0 -
CMYK 0.12 0 1 0.15
HSL 67.5º 1% 0.42% -
HSV(B) 67.5º 1% 0.85% -
XYZ 45.54 59.93 9.17 -
YUV 183.3 24.55 132.06 -
System Red Green Blue C M Y K H S L
Decimal 189 216 0 0.12 0 1 0.15 67.5 1 0.42
Hex BD D8 0 C 0 64 F 44 64 2A
Octal 275 330 0 14 0 144 17 104 144 52
Binary 10111101 11011000 0 1100 0 1100100 1111 1000100 1100100 101010

Color Harmonies of #BDD800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD800

Black with #BDD800

Text Example


Text Example

White with #BDD800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD800; }

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

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

background-color css

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

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

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

border-color css

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

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

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