Html Css Color HEX #BDE803 Inch Worm

📋 copy color: '#BDE803'

red 189 ◦ green 232 ◦ blue 3

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

Shades of Inch Worm #BDE803

Tints of Inch Worm #BDE803

RGB

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

 GREEN value IS 232 (91.02% from 255) = 54.72%

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

R = 44.58%
G = 54.72%
B = 0.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#BDE803 (or 0xBDE803) is known color: Inch Worm. HEX triplet: BD, E8 and 03. RGB value is (189,232,3). Sum of RGB (Red+Green+Blue) = 189+232+3=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 232 (91.02% from 255 or 54.72% from 424); Blue value is 3 (1.56% from 255 or 0.71% from 424); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE803 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDE803 is #4217FC. Grayscale: #C1C1C1. Windows color (decimal): -4331517 or 256189. OLE color: 256189.

HSL color Cylindrical-coordinate representation of color #BDE803: hue angle of 71.27º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDE803 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 232 3 -
CMYK 0.19 0 0.99 0.09
HSL 71.27º 0.97% 0.46% -
HSV(B) 71.27º 0.99% 0.91% -
XYZ 49.86 68.54 10.69 -
YUV 193.04 20.75 125.12 -
System Red Green Blue C M Y K H S L
Decimal 189 232 3 0.19 0 0.99 0.09 71.27 0.97 0.46
Hex BD E8 3 13 0 63 9 47 61 2E
Octal 275 350 3 23 0 143 11 107 141 56
Binary 10111101 11101000 11 10011 0 1100011 1001 1000111 1100001 101110

Color Harmonies of #BDE803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE803

Black with #BDE803

Text Example


Text Example

White with #BDE803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE803; }

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

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

background-color css

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

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

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

border-color css

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

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

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