Html Css Color HEX #BDD803 Inch Worm

📋 copy color: '#BDD803'

red 189 ◦ green 216 ◦ blue 3

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

Shades of Inch Worm #BDD803

Tints of Inch Worm #BDD803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 46.32%
G = 52.94%
B = 0.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#BDD803 (or 0xBDD803) is known color: Inch Worm. HEX triplet: BD, D8 and 03. RGB value is (189,216,3). Sum of RGB (Red+Green+Blue) = 189+216+3=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 216 (84.77% from 255 or 52.94% from 408); Blue value is 3 (1.56% from 255 or 0.74% from 408); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD803 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD803 is #4227FC. Grayscale: #B8B8B8. Windows color (decimal): -4335613 or 252093. OLE color: 252093.

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

Color convert

RGB 189 216 3 -
CMYK 0.12 0 0.99 0.15
HSL 67.61º 0.97% 0.43% -
HSV(B) 67.61º 0.99% 0.85% -
XYZ 45.56 59.94 9.25 -
YUV 183.65 26.05 131.82 -
System Red Green Blue C M Y K H S L
Decimal 189 216 3 0.12 0 0.99 0.15 67.61 0.97 0.43
Hex BD D8 3 C 0 63 F 44 61 2B
Octal 275 330 3 14 0 143 17 104 141 53
Binary 10111101 11011000 11 1100 0 1100011 1111 1000100 1100001 101011

Color Harmonies of #BDD803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD803

Black with #BDD803

Text Example


Text Example

White with #BDD803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD803; }

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

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

background-color css

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

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

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

border-color css

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

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

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