Html Css Color HEX #BDE103 Inch Worm

📋 copy color: '#BDE103'

red 189 ◦ green 225 ◦ blue 3

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

Shades of Inch Worm #BDE103

Tints of Inch Worm #BDE103

RGB

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

 GREEN value IS 225 (88.28% from 255) = 53.96%

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

R = 45.32%
G = 53.96%
B = 0.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#BDE103 (or 0xBDE103) is known color: Inch Worm. HEX triplet: BD, E1 and 03. RGB value is (189,225,3). Sum of RGB (Red+Green+Blue) = 189+225+3=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 225 (88.28% from 255 or 53.96% from 417); Blue value is 3 (1.56% from 255 or 0.72% from 417); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE103 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE103 is #421EFC. Grayscale: #BDBDBD. Windows color (decimal): -4333309 or 254397. OLE color: 254397.

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

Color convert

RGB 189 225 3 -
CMYK 0.16 0 0.99 0.12
HSL 69.73º 0.97% 0.45% -
HSV(B) 69.73º 0.99% 0.88% -
XYZ 47.93 64.68 10.04 -
YUV 188.93 23.07 128.05 -
System Red Green Blue C M Y K H S L
Decimal 189 225 3 0.16 0 0.99 0.12 69.73 0.97 0.45
Hex BD E1 3 10 0 63 C 46 61 2D
Octal 275 341 3 20 0 143 14 106 141 55
Binary 10111101 11100001 11 10000 0 1100011 1100 1000110 1100001 101101

Color Harmonies of #BDE103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE103

Black with #BDE103

Text Example


Text Example

White with #BDE103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE103; }

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

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

background-color css

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

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

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

border-color css

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

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

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