Html Css Color HEX #BDE30B Inch Worm

📋 copy color: '#BDE30B'

red 189 ◦ green 227 ◦ blue 11

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

Shades of Inch Worm #BDE30B

Tints of Inch Worm #BDE30B

RGB

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

 GREEN value IS 227 (89.06% from 255) = 53.16%

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

R = 44.26%
G = 53.16%
B = 2.58%

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

#BDE30B (or 0xBDE30B) is known color: Inch Worm. HEX triplet: BD, E3 and 0B. RGB value is (189,227,11). Sum of RGB (Red+Green+Blue) = 189+227+11=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 227 (89.06% from 255 or 53.16% from 427); Blue value is 11 (4.69% from 255 or 2.58% from 427); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE30B is #421CF4. Grayscale: #BFBFBF. Windows color (decimal): -4332789 or 779197. OLE color: 779197.

HSL color Cylindrical-coordinate representation of color #BDE30B: hue angle of 70.56º 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 #BDE30B is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 227 11 -
CMYK 0.17 0 0.95 0.11
HSL 70.56º 0.91% 0.47% -
HSV(B) 70.56º 0.95% 0.89% -
XYZ 48.52 65.78 10.46 -
YUV 191.01 26.41 126.56 -
System Red Green Blue C M Y K H S L
Decimal 189 227 11 0.17 0 0.95 0.11 70.56 0.91 0.47
Hex BD E3 B 11 0 5F B 47 5B 2F
Octal 275 343 13 21 0 137 13 107 133 57
Binary 10111101 11100011 1011 10001 0 1011111 1011 1000111 1011011 101111

Color Harmonies of #BDE30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE30B

Black with #BDE30B

Text Example


Text Example

White with #BDE30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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