Html Css Color HEX #BDE403 Inch Worm

📋 copy color: '#BDE403'

red 189 ◦ green 228 ◦ blue 3

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

Shades of Inch Worm #BDE403

Tints of Inch Worm #BDE403

RGB

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

 GREEN value IS 228 (89.45% from 255) = 54.29%

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

R = 45%
G = 54.29%
B = 0.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#BDE403 (or 0xBDE403) is known color: Inch Worm. HEX triplet: BD, E4 and 03. RGB value is (189,228,3). Sum of RGB (Red+Green+Blue) = 189+228+3=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 228 (89.45% from 255 or 54.29% from 420); Blue value is 3 (1.56% from 255 or 0.71% from 420); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE403 is #421BFC. Grayscale: #BFBFBF. Windows color (decimal): -4332541 or 255165. OLE color: 255165.

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

Color convert

RGB 189 228 3 -
CMYK 0.17 0 0.99 0.11
HSL 70.4º 0.97% 0.45% -
HSV(B) 70.4º 0.99% 0.89% -
XYZ 48.75 66.31 10.32 -
YUV 190.69 22.08 126.8 -
System Red Green Blue C M Y K H S L
Decimal 189 228 3 0.17 0 0.99 0.11 70.4 0.97 0.45
Hex BD E4 3 11 0 63 B 46 61 2D
Octal 275 344 3 21 0 143 13 106 141 55
Binary 10111101 11100100 11 10001 0 1100011 1011 1000110 1100001 101101

Color Harmonies of #BDE403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE403

Black with #BDE403

Text Example


Text Example

White with #BDE403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE403; }

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

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

background-color css

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

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

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

border-color css

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

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

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