Html Css Color HEX #BDD805 Inch Worm

📋 copy color: '#BDD805'

red 189 ◦ green 216 ◦ blue 5

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

Shades of Inch Worm #BDD805

Tints of Inch Worm #BDD805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.22%

R = 46.1%
G = 52.68%
B = 1.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#BDD805 (or 0xBDD805) is known color: Inch Worm. HEX triplet: BD, D8 and 05. RGB value is (189,216,5). Sum of RGB (Red+Green+Blue) = 189+216+5=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 216 (84.77% from 255 or 52.68% from 410); Blue value is 5 (2.34% from 255 or 1.22% from 410); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD805 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD805 is #4227FA. Grayscale: #B8B8B8. Windows color (decimal): -4335611 or 383165. OLE color: 383165.

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

Color convert

RGB 189 216 5 -
CMYK 0.12 0 0.98 0.15
HSL 67.68º 0.95% 0.43% -
HSV(B) 67.68º 0.98% 0.85% -
XYZ 45.57 59.94 9.31 -
YUV 183.87 27.05 131.66 -
System Red Green Blue C M Y K H S L
Decimal 189 216 5 0.12 0 0.98 0.15 67.68 0.95 0.43
Hex BD D8 5 C 0 62 F 44 5F 2B
Octal 275 330 5 14 0 142 17 104 137 53
Binary 10111101 11011000 101 1100 0 1100010 1111 1000100 1011111 101011

Color Harmonies of #BDD805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD805

Black with #BDD805

Text Example


Text Example

White with #BDD805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD805; }

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

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

background-color css

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

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

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

border-color css

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

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

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