Html Css Color HEX #BDE40B Inch Worm

📋 copy color: '#BDE40B'

red 189 ◦ green 228 ◦ blue 11

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

Shades of Inch Worm #BDE40B

Tints of Inch Worm #BDE40B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.57%

R = 44.16%
G = 53.27%
B = 2.57%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#BDE40B (or 0xBDE40B) is known color: Inch Worm. HEX triplet: BD, E4 and 0B. RGB value is (189,228,11). Sum of RGB (Red+Green+Blue) = 189+228+11=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 228 (89.45% from 255 or 53.27% from 428); Blue value is 11 (4.69% from 255 or 2.57% from 428); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE40B is #421BF4. Grayscale: #C0C0C0. Windows color (decimal): -4332533 or 779453. OLE color: 779453.

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

Color convert

RGB 189 228 11 -
CMYK 0.17 0 0.95 0.11
HSL 70.78º 0.91% 0.47% -
HSV(B) 70.78º 0.95% 0.89% -
XYZ 48.79 66.33 10.55 -
YUV 191.6 26.08 126.14 -
System Red Green Blue C M Y K H S L
Decimal 189 228 11 0.17 0 0.95 0.11 70.78 0.91 0.47
Hex BD E4 B 11 0 5F B 47 5B 2F
Octal 275 344 13 21 0 137 13 107 133 57
Binary 10111101 11100100 1011 10001 0 1011111 1011 1000111 1011011 101111

Color Harmonies of #BDE40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE40B

Black with #BDE40B

Text Example


Text Example

White with #BDE40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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