Html Css Color HEX #BDE40C Inch Worm

📋 copy color: '#BDE40C'

red 189 ◦ green 228 ◦ blue 12

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

Shades of Inch Worm #BDE40C

Tints of Inch Worm #BDE40C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.8%

R = 44.06%
G = 53.15%
B = 2.8%

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

#BDE40C (or 0xBDE40C) is known color: Inch Worm. HEX triplet: BD, E4 and 0C. RGB value is (189,228,12). Sum of RGB (Red+Green+Blue) = 189+228+12=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 228 (89.45% from 255 or 53.15% from 429); Blue value is 12 (5.08% from 255 or 2.80% from 429); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE40C is #421BF3. Grayscale: #C0C0C0. Windows color (decimal): -4332532 or 844989. OLE color: 844989.

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

Color convert

RGB 189 228 12 -
CMYK 0.17 0 0.95 0.11
HSL 70.83º 0.9% 0.47% -
HSV(B) 70.83º 0.95% 0.89% -
XYZ 48.8 66.33 10.58 -
YUV 191.72 26.58 126.06 -
System Red Green Blue C M Y K H S L
Decimal 189 228 12 0.17 0 0.95 0.11 70.83 0.9 0.47
Hex BD E4 C 11 0 5F B 47 5A 2F
Octal 275 344 14 21 0 137 13 107 132 57
Binary 10111101 11100100 1100 10001 0 1011111 1011 1000111 1011010 101111

Color Harmonies of #BDE40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE40C

Black with #BDE40C

Text Example


Text Example

White with #BDE40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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