Html Css Color HEX #BDE503 Inch Worm

📋 copy color: '#BDE503'

red 189 ◦ green 229 ◦ blue 3

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

Shades of Inch Worm #BDE503

Tints of Inch Worm #BDE503

RGB

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

 GREEN value IS 229 (89.84% from 255) = 54.39%

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

R = 44.89%
G = 54.39%
B = 0.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#BDE503 (or 0xBDE503) is known color: Inch Worm. HEX triplet: BD, E5 and 03. RGB value is (189,229,3). Sum of RGB (Red+Green+Blue) = 189+229+3=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 229 (89.84% from 255 or 54.39% from 421); Blue value is 3 (1.56% from 255 or 0.71% from 421); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE503 is #421AFC. Grayscale: #C0C0C0. Windows color (decimal): -4332285 or 255421. OLE color: 255421.

HSL color Cylindrical-coordinate representation of color #BDE503: hue angle of 70.62º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDE503 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 229 3 -
CMYK 0.17 0 0.99 0.10
HSL 70.62º 0.97% 0.45% -
HSV(B) 70.62º 0.99% 0.9% -
XYZ 49.02 66.86 10.41 -
YUV 191.28 21.75 126.38 -
System Red Green Blue C M Y K H S L
Decimal 189 229 3 0.17 0 0.99 0.10 70.62 0.97 0.45
Hex BD E5 3 11 0 63 A 47 61 2D
Octal 275 345 3 21 0 143 12 107 141 55
Binary 10111101 11100101 11 10001 0 1100011 1010 1000111 1100001 101101

Color Harmonies of #BDE503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE503

Black with #BDE503

Text Example


Text Example

White with #BDE503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE503; }

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

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

background-color css

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

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

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

border-color css

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

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

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